Skip to content

JJPMaster/bf2ts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BF2TS

An extremely basic implementation of Brainfuck in TypeScript. This is not yet fully functional (e.g. some more complicated programs involving "," don't work), so feel free to leave feedback. This package should be installed globally (npm i -g bf2ts), which gives access to the bf2ts command, which prompts you for code which you can submit, and bf2tsf, which requires a file (e.g. bf2tsf file.js) to work.

Patch notes

1.1

  • Rewrote implementation of user input
  • Added debugging command "#" allowing the user to few the first 1000 cells of the array

About

A compiler for Brainfuck written in TypeScript.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages