Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Shylock-Hg/ABI
Another brainfuck interpreter
https://github.com/Shylock-Hg/ABI
brainfuck brainfuck-interpreter c
Last synced: 3 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 (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-05-08T06:22:34.000Z (over 3 years ago)
- Last Synced: 2024-04-24T15:35:06.309Z (7 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|
|:--|:--|:--|:--|
|[![Build Status](https://travis-ci.com/Shylock-Hg/ABI.svg?branch=master)](https://travis-ci.com/Shylock-Hg/ABI)|[![codecov](https://codecov.io/gh/Shylock-Hg/ABI/branch/master/graph/badge.svg)](https://codecov.io/gh/Shylock-Hg/ABI)|[![CodeFactor](https://www.codefactor.io/repository/github/shylock-hg/abi/badge)](https://www.codefactor.io/repository/github/shylock-hg/abi)|[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com)|
|||[![Language grade: C/C++](https://img.shields.io/lgtm/grade/cpp/g/Shylock-Hg/ABI.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/Shylock-Hg/ABI/context:cpp)||
|||[![Codacy Badge](https://api.codacy.com/project/badge/Grade/9af7d337e97148818a50f5d68ceb497e)](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`.