From 9f1db656db40a4ded142a06d9fc298091effe4a9 Mon Sep 17 00:00:00 2001 From: Bytexenuwu Date: Thu, 25 Apr 2024 03:50:10 -0700 Subject: [PATCH] Roadmap: Full Luau support - DONE --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eb9fde7..19984c3 100644 --- a/README.md +++ b/README.md @@ -119,7 +119,7 @@ MathParser.lua is just getting started. Here are some of the enhancements and fe - [ ] Introduce support for internal functions that can modify the evaluator's state at runtime. This includes setting variables and jumping to different parts of the expression. - [x] Package MathParser.lua into a single file for easy distribution and usage. We also plan to make it available on LuaRocks and the project's GitHub releases. -- [ ] Implement full support for Luau to cater to the Roblox developer community. +- [x] Implement full support for Luau to cater to the Roblox developer community. - [ ] Expand the mathematical function library to include advanced functions not available in the standard Lua math library, such as factorial, permutations, and combinations. - [ ] Incorporate support for complex numbers to handle more sophisticated mathematical problems. - [ ] Optimize MathParser.lua further to enhance speed and reduce memory usage.