shiinamiyuki / lunatic

lunatic: a toy lua interpreter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lunatic

A toy interpreter for lua

Supports if, else, while, function, recursion, metatable.

Simple mark-sweep GC.

Running on a register based VM.

Some what 2x slower than official lua.

Future plan:

Serialize C++ objects into lunatic

Integrate into MiyukiRenderer

About

lunatic: a toy lua interpreter

License:MIT License


Languages

Language:C++ 86.4%Language:Makefile 12.8%Language:Lua 0.5%Language:CMake 0.3%Language:C 0.0%