2025-12-22 16:55:09 +11:00
2025-12-22 16:55:09 +11:00
2025-12-22 16:55:09 +11:00
2025-12-19 08:34:04 +11:00
2025-12-22 16:55:09 +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
No description provided
Readme 36 KiB
Languages
Python 100%