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
- Host: GitHub
- URL: https://github.com/mihamor/interpreter
- Owner: mihamor
- Created: 2018-03-17T16:23:14.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-15T22:11:02.000Z (over 6 years ago)
- Last Synced: 2024-08-03T18:18:19.117Z (over 1 year ago)
- Language: C
- Homepage:
- Size: 254 KB
- Stars: 0
- Watchers: 0
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- AwesomeInterpreter - interpreter
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*