Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 702 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 702 Bytes

naylang

An interpreter and debugger for the Grace programming language

Compilation instructions

naylang uses standard out-of-source compilation with CMake. It requires at least version 3 of CMake and a compiler that supports C++14 (for example, GCC6.x). When all the dependencies are installed, a simple sequence of commands should suffice to run the tests:

asciicast

Alternatively, there is a compilation/launch script in the dists/ folder, for GCC users:

asciicast