A Simple Programming Language
As of now, only the Aura Lexer is functional. More features are coming soon!
Build Instructions:
- fork and clone repo
cd
into repomkdir build
cd build
cmake ..
make
Run options:
./aura
: opens up the Aura Interactive Lexer./aura <.aura file>
: runs Aura Lexer on Aura code
Testing:
ctest
ormake test
: run all tests with simplified output./test/tests
: run all tests with verbose output./test/tests <options>
: run specific tests with verbose output
Options avaiable: lexer
Note: run and test operations should be done from the Aura/build
directory