Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ids1024/isbfc
Brainfuck compiler for x86_64 linux
https://github.com/ids1024/isbfc
Last synced: 2 months ago
JSON representation
Brainfuck compiler for x86_64 linux
- Host: GitHub
- URL: https://github.com/ids1024/isbfc
- Owner: ids1024
- License: mit
- Created: 2016-03-27T02:34:34.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-11-26T19:06:34.000Z (about 1 year ago)
- Last Synced: 2024-04-27T04:40:41.014Z (8 months ago)
- Language: Rust
- Homepage:
- Size: 305 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
isbfc
======Description
-----------
Isbfc is an optimized brainfuck compiler targeting x86_64 Linux. It is still a work in progress. It should not be used in a production environment, but then if you are using any kind of brainfuck in a production environment...Building
--------
To build isbfc, you need rustc and cargo. Then, just run `cargo build`, or `cargo build --release` for more optimized binaries. The binary will then be in `target/debug/isbfc` or `target/release/isbfc`, respectively.Licencing
---------
Isbfc is released under the MIT license.