589 B
589 B
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