| Crates.io | brain_rust |
| lib.rs | brain_rust |
| version | 0.1.3 |
| created_at | 2021-11-12 22:52:35.537507+00 |
| updated_at | 2021-11-12 23:07:29.819968+00 |
| description | A BF transpiler to rust written as a rust declarative macro. |
| homepage | |
| repository | https://github.com/PROMETHIA-27/brain_rust |
| max_upload_size | |
| id | 481174 |
| size | 8,000 |
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.