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 1 year ago
JSON representation
A simple BrainFuck compiler written in Python using LLVM.
- Host: GitHub
- URL: https://github.com/aermoss/brainfuck-compiler
- Owner: Aermoss
- License: mit
- Created: 2022-09-20T20:52:52.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-02-23T14:51:12.000Z (about 2 years ago)
- Last Synced: 2025-01-16T19:46:35.641Z (about 1 year ago)
- Topics: brainfuck, brainfuck-compiler, compiler, llvm, llvmlite
- Language: Python
- Homepage:
- Size: 7.81 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!
```
++++++++++[>+++++++>++++++++++>+++>+<<<<-]
>++.>+.+++++++..+++.>>>>++++[>++++++++++<-]>++++.
<<<<<>++.<<+++++++++++++++.>.+++.------.--------.>+.>.
```