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

https://github.com/mihamor/interpreter

Simple Interpreter written in pure C
https://github.com/mihamor/interpreter

Last synced: 7 months ago
JSON representation

Simple Interpreter written in pure C

Awesome Lists containing this project

README

          

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