Skip to content

jason-mac/lua-vm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lua Virtual Machine and Bytecode Compiler

Implementation of a virtual machine and bytecode compiler written in C++ for a subset of Lua.

It takes Lua source code, compiles it into bytecode, and executes the bytecode using a stack-based virtual machine.

The virtual machine supports operations such as arithmetic, control flow, function calls, and declaring global/local variables.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors