Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/aermoss/brainfuck-compiler

A simple BrainFuck compiler written in Python using LLVM.
https://github.com/aermoss/brainfuck-compiler

brainfuck brainfuck-compiler compiler llvm llvmlite

Last synced: about 2 months ago
JSON representation

A simple BrainFuck compiler written in Python using LLVM.

Awesome Lists containing this project

README

        

# BrainFuck Compiler
A simple BrainFuck compiler written in Python using LLVM.

# Getting Started
## Usage
```
python main.py main.bf
```

# Examples
## Hello, World!
```
++++++++++[>+++++++>++++++++++>+++>+<<<<-]
>++.>+.+++++++..+++.>>>>++++[>++++++++++<-]>++++.
<<<<<>++.<<+++++++++++++++.>.+++.------.--------.>+.>.
```