Skip to content

QuiiBz/tsfuck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TSFuck

Brainfuck interpreter using TypeScript types. See the code here.

Supports all brainfuck commands (but might not support edge cases):

  • > to increase the data pointer
  • < to decrease the data pointer
  • + to increment the byte at the data pointer
  • - to increment the byte at the data pointer
  • . to output the byte at the data pointer
  • , to store a byte at the data pointer
  • [ & ] to loop around a block of code, until the byte at the data pointer is 0

License

MIT

About

Brainfuck interpreter using TypeScript types

Topics

Resources

License

Stars

Watchers

Forks

Contributors