Skip to content

nitis-languages/runtime

Repository files navigation

NiTiS Languages Runtime

bug

What is NLR?

Official documentation: https://nitis-languages.github.io

Later

Supported OS

Currently development aimed to Windows, but in future we are planning add support to more systems.

About Contribution

You can read contribution rules in this file

How to build

Before building ensure that our OS is supported

Requirements:

Build via terminal

Windows

Create build files

cmake -Ssrc/nlr-core/ -Bbuild

Build project

cmake --build build --config Release

The output files will be in bin/ directory.

Build via IDE

VSCode

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.

Releases

No releases published

Packages

No packages published