Skip to content

Simple Interpreter written in pure C

Notifications You must be signed in to change notification settings

iincity/interpreter

 
 

Repository files navigation

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

About

Simple Interpreter written in pure C

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 95.5%
  • C++ 3.6%
  • Other 0.9%