| Crates.io | brainfuck-hcy |
| lib.rs | brainfuck-hcy |
| version | 1.0.2 |
| created_at | 2023-11-14 04:43:20.728065+00 |
| updated_at | 2023-11-14 05:03:01.497612+00 |
| description | My First Rust Project : A Brainfuck Interpreter, Comprehensive and Easy to Read |
| homepage | https://github.com/hwcwy/brainfuck |
| repository | https://github.com/hwcwy/brainfuck |
| max_upload_size | |
| id | 1034381 |
| size | 4,086,727 |
My first Rust project : brainfuck interpreter,comprehensive and
easy to read
$ ./brainfuck --help
Usage:
[code] Use an argument as the code
-f [path] Read code from a file
--REPL | --repl Start in REPL mode
--bulk Bulk output mode
--cell [u8|u16|u32] Set the cell size
-v | --verbose Display verbose information
--IR Display intermediate representation of the code
[input] Input can be a string ending with 'u32' to be parsed as uint32


