Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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`.