2025-12-26 18:32:08 +11:00
2025-12-26 18:32:08 +11:00
2025-12-26 18:32:08 +11:00
2025-12-26 18:32:08 +11:00
2025-12-26 18:32:08 +11:00

Brain Assembly

Brain Assembly is a ground-like language that compiles to Brainfuck. It provides variable creation, C-like pointers, and other tools that make it feel more familiar to use.

Setup

git clone https://chookspace.com/DiamondNether90/BrainAssemblyV2 BrainAssembly
cd BrainAssembly
sudo ln -s (pwd)/src/main.py /usr/local/bin/basm

To compile a file, run:

basm (filename) (writefile) (flags)

Example usage:

# Compile tests/test.basm and write code to test.bf:
basm tests/test.basm test.bf

Syntax

Syntax can be found in docs/syntax.md

Description
A template for creating simple interpreters/compilers for ground-like languages.
Readme Unlicense 32 KiB
Languages
Python 100%