brainf

所属分类:人工智能/神经网络/深度学习
开发工具:Rust
文件大小:0KB
下载次数:0
上传日期:2019-08-28 22:28:29
上 传 者sh-1993
说明:  brainfuck编程语言的解释器。,
(An interpreter for brainfuck programming language.,)

文件列表:
Cargo.lock (138, 2019-08-09)
Cargo.toml (139, 2019-08-09)
MIT-LICENSE.txt (1076, 2019-08-09)
add.bf (59, 2019-08-09)
hello.bf (106, 2019-08-09)
src/ (0, 2019-08-09)
src/generator.rs (1248, 2019-08-09)
src/lib.rs (5188, 2019-08-09)
src/main.rs (1594, 2019-08-09)

# Brainf An interpreter for brainfuck programming language. # Compiling You will need rust to compile this project. Run following command to compile the program in debug mode. ``` cargo build ``` Or if you wanna build the program in release mode, use this command, ``` cargo build --release ``` # Usage The binary will be compiled into `target/debug/brainf` or `target/release/brainf`. To run a brainfuck program, provide it as the argument to that binary. For example: ``` ./target/release/brainf hello.bf ``` # LICENSE MIT LICENSE, see [MIT-LICENSE.txt](https://github.com/matematikaadit/brainf/blob/master/MIT-LICENSE.txt)

近期下载者

相关文件


收藏者