Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 259 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 259 Bytes

Interpreter MyLua

Simple Interpreter written in Pure C

Building

Using CMake:

mkdir build && cd build
cmake ..
make

Running

./mylua %path_to_file

All features of MyLua are represented in simple_prog1.mlua and simple_prog2.mlua