1.1.0 • Published 1 year ago

bf2ts v1.1.0

Weekly downloads
-
License
Unlicense
Repository
github
Last release
1 year ago

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
1.1.0

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago