Skip to content

Commit 9f1db65

Browse files
authored
Roadmap: Full Luau support - DONE
1 parent 111008d commit 9f1db65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ MathParser.lua is just getting started. Here are some of the enhancements and fe
119119

120120
- [ ] 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.
121121
- [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.
122-
- [ ] Implement full support for Luau to cater to the Roblox developer community.
122+
- [x] Implement full support for Luau to cater to the Roblox developer community.
123123
- [ ] Expand the mathematical function library to include advanced functions not available in the standard Lua math library, such as factorial, permutations, and combinations.
124124
- [ ] Incorporate support for complex numbers to handle more sophisticated mathematical problems.
125125
- [ ] Optimize MathParser.lua further to enhance speed and reduce memory usage.

0 commit comments

Comments
 (0)