#brainfuck-interpreter #brainfuck #interpreter #beginner-project

bin+lib brainfuck-hcy

My First Rust Project : A Brainfuck Interpreter, Comprehensive and Easy to Read

2 stable releases

1.0.2 Nov 14, 2023

#368 in Programming languages

32 downloads per month

MIT license

4MB
625 lines

brainfuck

My first Rust project : brainfuck interpretercomprehensive and easy to read

Usage

$ ./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

Show

mandel

input

uint-8

No runtime deps