Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 280 Bytes

README.md

File metadata and controls

33 lines (23 loc) · 280 Bytes

GAML2

Rewrite of GAML assembler. Not complete yet.

To compile:

Install googletest. Install protocol buffers.

Then.

First time:

mkdir build
cd build
cmake ..

Then:

cd build
make

Run as:

./gaml config.txt

See config example in example_config.txt.