Skip to content

metaworm/mochi

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mochi

build

Lua runtime

Features

  • Bytecode VM compatible with PUC-Rio Lua 5.4
  • Lexer and parser
  • AST to bytecode compiler
  • Incremental mark-and-sweep garbage collection
  • Standard library implementation

Usage

# run script
cargo run --release foo.lua bar baz

# launch REPL
cargo run --release

# compile source code
cargo run --release compile foo.lua -o luac.out
# and run bytecode with PUC-Rio Lua
lua luac.out

About

Lua runtime

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 100.0%