Skip to content

A brainfuck interpreter running within the typescript type system

License

Notifications You must be signed in to change notification settings

phenax/brainfuck-ts-types

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Brainfuck TS Types

A brainfuck interpreter running within the typescript type system

Multiplication example -

type InitState = [_0, [_4, _2, _0, _0], [], []]
type result = Interpreter<InitState, '[>[->+>+<<]>[-<+>]<<-]>>>.'>

type output = result[2] // :: [_8]

Stream archive playlist

Built live on twitch

About

A brainfuck interpreter running within the typescript type system

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published