Lin-ke / lua-go

A (toy) complier and Virtual Machine for lua 5.4 in golang.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lua5.4.4-go

A complier and VM for lua5.4.4 in GOLANG by Lin-ke.

FOLLOWING @zxh0, writer of book /implement lua by your self

TILL NOW:

-> LUA Binchunk read (done)

-> LUA State (doing)

apis (doing)

instructions (done)

stack (done)

-> LUA VM(done)

complete 82/82 instructions

testing upvals and tbcs :)

-> Debugging tools and tests(doing)

error

->LUA Complier

Reference:

About

A (toy) complier and Virtual Machine for lua 5.4 in golang.


Languages

Language:Go 97.8%Language:Lua 2.2%