Official documentation: https://nitis-languages.github.io
Later
Currently development aimed to Windows, but in future we are planning add support to more systems.
You can read contribution rules in this file
Before building ensure that our OS is supported
Requirements:
- CMake [download]
- C/C++ compiler:
- MSVC on Windows [download]
Create build files
cmake -Ssrc/nlr-core/ -Bbuild
Build project
cmake --build build --config Release
The output files will be in bin/
directory.
You can use CTRL+SHIFT+D
to open Run and Debug menu in VSCode.
In this menu choose suitable option for you.
Then press green button or F5
key on keyboard to launch.