Simple lua-like language running on a virtual machine written in Rust
Go to file
2026-03-20 18:45:27 +02:00
.vscode Add broken table assignment 2026-03-17 19:14:11 +02:00
examples Add _ENV-table as special case for the VM 2026-03-20 18:32:50 +02:00
src Add parsing for the rest of binary and unary operators 2026-03-20 18:45:27 +02:00
.gitignore Add very simple parsing 2026-03-14 15:55:00 +02:00
Cargo.lock Add very simple parsing 2026-03-14 15:55:00 +02:00
Cargo.toml Add very simple parsing 2026-03-14 15:55:00 +02:00
luac.out Make lists allow multires for final table constructor position 2026-03-18 01:54:39 +02:00