+, -, *, /, %, ^, open and close ()... keep in mind that parenthesis will need to be parsed for all kinds of things, not just math
Relativity score determined after viewing some of the already written code from the old math.cpp
+, -, *, /, %, ^, open and close ()... keep in mind that parenthesis will need to be parsed for all kinds of things, not just math
Relativity score determined after viewing some of the already written code from the old math.cpp
Status | Assigned | Task | ||
---|---|---|---|---|
Completed | ardunster | T1378 Scanner/Lexer | ||
Open | None | T1403 Ratscript: Math parser | ||
Open | None | T1373 Parsing and tokenizing basic math operators |
The Tokenizing part of this was handled with D383, but the tokens are not yet parsed into a tree for interpretation.