It's out of this world.
Find a file
2026-08-25 21:24:34 +01:00
src Fixes for uninitialised garbage collected pointers, jumps and identifiers in the compiler. Built but erroring on eq. 2026-08-25 21:24:34 +01:00
.gitignore Added parser, compiler, virtual machine, garbage collector, tables and values. Builds but may have errors. 2026-08-19 23:31:20 +01:00
Cargo.lock Added parser, compiler, virtual machine, garbage collector, tables and values. Builds but may have errors. 2026-08-19 23:31:20 +01:00
Cargo.toml Added parser, compiler, virtual machine, garbage collector, tables and values. Builds but may have errors. 2026-08-19 23:31:20 +01:00
mars-49d70575ae6f08.core Fixes for uninitialised garbage collected pointers, jumps and identifiers in the compiler. Built but erroring on eq. 2026-08-25 21:24:34 +01:00
README.md Update README.md 2026-08-19 22:40:25 +00:00

An interpreter for Mars, a dialect of Lua 5.5. It's out of this world.

Mars serves as the Pool engine's scripting language, handling memory and logic for objects.

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