It's out of this world.
Find a file
2026-08-29 13:33:48 +01:00
src Fixed loop instructions, local registers in other instructions, upvalues and tables. Builds and passes test. 2026-08-29 13:33:48 +01:00
.gitignore Fixed loop instructions, local registers in other instructions, upvalues and tables. Builds and passes test. 2026-08-29 13:33:48 +01:00
Cargo.lock Fixed loop instructions, local registers in other instructions, upvalues and tables. Builds and passes test. 2026-08-29 13:33:48 +01:00
Cargo.toml Fixed loop instructions, local registers in other instructions, upvalues and tables. Builds and passes test. 2026-08-29 13:33:48 +01:00
README.md Update README.md 2026-08-28 14:02:34 +01:00

Mars. It's out of this world.

An interpreter for Mars, a dialect of Lua 5.5.

Mars is the Pool engine's scripting language. It handles memory and logic for objects.

Mars aims to support multithreading and code inlining in the near future.