This is a compiler for a project.
Run the executable from the command line/terminal/shell with a path to the source code you want to compile as the only argument. Currently, we print out the furthest progress we are able to make. Eventually, we will output compiled source code.
Example (if it's in the sys path)
libra example.libsrc
NOTE: Shell commands shown assume a working directory of this repository.
Dependencies:
First, generate a build tree using CMake.
cmake -G
Finally, build an executable from the build tree.
cmake --build build