Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/aermoss/brainfuck-compiler
- Owner: Aermoss
- License: mit
- Created: 2022-09-20T20:52:52.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-23T14:51:12.000Z (11 months ago)
- Last Synced: 2024-02-23T15:51:19.806Z (11 months ago)
- Topics: brainfuck, brainfuck-compiler, compiler, llvm, llvmlite
- Language: Python
- Homepage:
- Size: 7.81 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- 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!
```
++++++++++[>+++++++>++++++++++>+++>+<<<<-]
>++.>+.+++++++..+++.>>>>++++[>++++++++++<-]>++++.
<<<<<>++.<<+++++++++++++++.>.+++.------.--------.>+.>.
```