This is a compiler for the Owen programming language.
- Open up the Visual Studio Developer Command Prompt with the
x64
environment. - Navigate to the root directory.
- Run
build.bat
- Test using
build.bat (release|debug) both && cd bin && runner && cd ..