Fix the math parser's implicit multiplication precedence and other regressions from the rewrite (#4383)

* Fix parsing regressions, make parsing 2.5x faster than the old pest parser, and clean up the math-parser rewrite

* Fix review findings: whitespace-juxtaposed numbers, mixed real/complex logic, correctly rounded literals, unified NaN truthiness, and gcd/lcm range checks
This commit is contained in:
Keavon Chambers
2026-09-11 01:53:17 +00:00
committed by Dennis Kobert
parent e569c56c97
commit 647f05532b
8 changed files with 655 additions and 750 deletions
Generated
-1
View File
@@ -3394,7 +3394,6 @@ version = "0.0.0"
dependencies = [
"chumsky",
"criterion",
"lazy_static",
"num-complex",
"thiserror 2.0.18",
]