Do not follow this link

~tmpod/brainfucc

A Brainfuck compiler and interpreter
Add a README section about contributing
Remove small optimization when parsing the input instruction.
Fix instruction generation

refs

main
browse  log 

clone

read-only
https://git.sr.ht/~tmpod/brainfucc
read/write
git@git.sr.ht:~tmpod/brainfucc

You can also use your local clone with git send-email.

#brainfucc

A Brainfuck compiler and interpreter written in Rust, because everything seems to be written in it nowadays I suppose. No, but really, I just wanted to try the language and thought it would be a fun project.

Eventually it will have an LC3 back-end to tie with my toasty LC3 suite.

#Contributing

If for some reason you want to contribute to this, you can send a patch to my public inbox.
Just be sure to read its sidebar.

#License

This project is licensed under the GNU General Public License. A copy of its statement can be found here.

#See also

  • lispc3 -- a small Lisp dialect that compiles to LC3.
  • toasty LC3 VM -- an LC3 Virtual Machine that can be used to run brainfucc and LispC3 programs!
Do not follow this link