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.
- Host: GitHub
- URL: https://github.com/benphelps/aul
- Owner: benphelps
- Created: 2021-03-20T16:32:38.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-03-12T11:36:40.000Z (almost 4 years ago)
- Last Synced: 2024-10-04T16:40:40.064Z (over 1 year ago)
- Topics: lua, programming-language, toy-compiler, toy-language
- Language: C++
- Homepage:
- Size: 175 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```