An open API service indexing awesome lists of open source software.

https://github.com/benphelps/aul

Aul, is a Lua-like toy programming language.
https://github.com/benphelps/aul

lua programming-language toy-compiler toy-language

Last synced: 10 months ago
JSON representation

Aul, is a Lua-like toy programming language.

Awesome Lists containing this project

README

          

# 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,

```sh
mkdir build
cd build
cmake ..
make
```