O programming language ====================== This project contains the compiler's source code. For instructions on how to build and run the compiler, please read the manual on https://o-lang.org. In order to build the documentation locally, use `make docs`. Once the build process is complete, you can find the generated documentation in the `docs/build` directory. NOTICE: The source code is licensed under GPLv3, read more on COPYRIGHT.