From 84c6e71646191ed7d1db270bf86da5451efd6c19 Mon Sep 17 00:00:00 2001 From: paladin Date: Wed, 19 Aug 2026 22:40:25 +0000 Subject: [PATCH] Update README.md Updated README.md for an introduction --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index e69de29..db201ec 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,5 @@ +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. \ No newline at end of file