Page MenuHomePhabricator

Parsing and tokenizing basic math operators
Open, p3: NextPublic

Description

+, -, *, /, %, ^, 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

Details

Task Type
Not Set
Proposed Urgency
Established
Gravity
g5: Critical
Distance
Triage Distance
Friction
Triage Friction
Relativity
r1: Trivial
Volatility (Caught At)
Not a Bug
Origin
Not a Bug/Unknown

Related Objects

Event Timeline

emlarson triaged this task as p4: Now priority.Sep 4 2020, 7:38 PM
emlarson created this task.
ardunster moved this task from Backlog to Restricted Project Column on the Ratscript [Project] board.Sep 14 2020, 11:38 AM
ardunster edited projects, added Unknown Object (Project); removed Ratscript [Project].
ardunster lowered the priority of this task from p4: Now to p3: Next.Mar 15 2021, 2:25 PM

The Tokenizing part of this was handled with D383, but the tokens are not yet parsed into a tree for interpretation.

jcmcdonald moved this task from Restricted Project Column to Backlog on the Ratscript [Project] board.Jun 19 2021, 9:52 AM
jcmcdonald edited projects, added Ratscript [Project]; removed Unknown Object (Project).
jcmcdonald set Distance to Triage Distance.