bf2ts

1.1.0 • Public • Published

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

/bf2ts/

    Package Sidebar

    Install

    npm i bf2ts

    Weekly Downloads

    1

    Version

    1.1.0

    License

    Unlicense

    Unpacked Size

    13.8 kB

    Total Files

    11

    Last publish

    Collaborators

    • jjpmaster