This website requires JavaScript.
Explore
Help
Sign In
reactor
/
lunar_wave
Watch
1
Star
0
Fork
You've already forked lunar_wave
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
LunarWaveVM is a Lua 5.4 virtual machine written in Rust.
39
Commits
1
Branch
0
Tags
702
KiB
Rust
94.2%
Lua
5.8%
2d309c37bf
Go to file
HTTPS
Download ZIP
Download TAR.GZ
Download BUNDLE
Clone in VS Code
Cite this repository
APA
BibTeX
Cancel
_
2d309c37bf
🐛
bug: spaces in filename
2023-09-27 14:05:03 -05:00
pictures
📝
doc: roadmap
2023-09-27 13:58:37 -05:00
src
⭐
allow Lua to call native Rust functions
2023-09-27 01:46:53 -05:00
test_vectors
📝
doc: roadmap
2023-09-27 13:58:37 -05:00
.gitignore
✅
another test
2023-09-24 17:34:38 -05:00
COPYING.txt
📝
doc: license
2023-09-27 14:03:21 -05:00
Cargo.lock
♻️
refactor: invoke luac during tests so I don't have to version artifacts
2023-09-26 12:04:17 -05:00
Cargo.toml
♻️
refactor: invoke luac during tests so I don't have to version artifacts
2023-09-26 12:04:17 -05:00
README.md
🐛
bug: spaces in filename
2023-09-27 14:05:03 -05:00
README.md
LunarWaveVM is a Lua 5.4 virtual machine written in Rust.
Roadmap
Loading simple pre-compiled bytecode programs
Hash tables
Fizzbuzz
Closures
Garbage collection
Long strings
Using arrays internally for tables
Compiling Lua source code to bytecode