brainfuck-hcy

Crates.iobrainfuck-hcy
lib.rsbrainfuck-hcy
version1.0.2
sourcesrc
created_at2023-11-14 04:43:20.728065
updated_at2023-11-14 05:03:01.497612
descriptionMy First Rust Project : A Brainfuck Interpreter, Comprehensive and Easy to Read
homepagehttps://github.com/hwcwy/brainfuck
repositoryhttps://github.com/hwcwy/brainfuck
max_upload_size
id1034381
size4,086,727
(hwcwy)

documentation

README

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

Commit count: 33

cargo fmt