brain_rust

Crates.iobrain_rust
lib.rsbrain_rust
version0.1.3
sourcesrc
created_at2021-11-12 22:52:35.537507
updated_at2021-11-12 23:07:29.819968
descriptionA BF transpiler to rust written as a rust declarative macro.
homepage
repositoryhttps://github.com/PROMETHIA-27/brain_rust
max_upload_size
id481174
size8,000
(PROMETHIA-27)

documentation

README

brain_rust

A BF transpiler to rust written as a rust declarative macro

To use, invoke the brain_rust! macro and input a brainfuck program's source. Tokens other than: + - < > , . [ ] are not allowed, so you may need to strip those out.

Commit count: 11

cargo fmt