The compiled language that I wrote for making easier when writting assembly language.
The compiler just compiled in tokenizing and parsing file.
To start building, simplely running
cmake . && make
To run test, run:
make test
To install, run:
make install
Note
Example file can be found in 'test' folder.