Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 193 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 193 Bytes

NyanCompiler

Compile nyanlang into executable!

Installation

mkdir cmake-build-debug
cd cmake-build-debug
cmake ..
make
sudo make install

Usage

nyanc <input> <output>