https://github.com/Shylock-Hg/ABI
Another brainfuck interpreter
https://github.com/Shylock-Hg/ABI
brainfuck brainfuck-interpreter c
Last synced: 5 months ago
JSON representation
Another brainfuck interpreter
- Host: GitHub
- URL: https://github.com/Shylock-Hg/ABI
- Owner: Shylock-Hg
- License: apache-2.0
- Created: 2018-03-09T03:25:05.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-05-08T06:22:34.000Z (almost 4 years ago)
- Last Synced: 2024-04-24T15:35:06.309Z (12 months ago)
- Topics: brainfuck, brainfuck-interpreter, c
- Language: C
- Size: 82 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- AwesomeInterpreter - ABI
README
# ABI
## Badges
|CI|Coverage|Lint|PR|
|:--|:--|:--|:--|
|[](https://travis-ci.com/Shylock-Hg/ABI)|[](https://codecov.io/gh/Shylock-Hg/ABI)|[](https://www.codefactor.io/repository/github/shylock-hg/abi)|[](http://makeapullrequest.com)|
|||[](https://lgtm.com/projects/g/Shylock-Hg/ABI/context:cpp)||
|||[](https://www.codacy.com/app/Shylock-Hg/ABI?utm_source=github.com&utm_medium=referral&utm_content=Shylock-Hg/ABI&utm_campaign=Badge_Grade)||Another brainfuck interpreter
## Usage
Install by `make -j8 && sudo make install`, run a brainfuck script file by `abi -f `, run in REPL mode by `abi`.