benphelps / aul

Aul, is a Lua-like toy programming language.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Aul

Aul is a Lua-like toy programming language.

Building

Aul builds using CMake, so you will need that installed already. Follow the usual cmake build steps,

mkdir build
cd build
cmake ..
make

About

Aul, is a Lua-like toy programming language.


Languages

Language:C++ 96.5%Language:CMake 3.5%