lbl-srg / ctrl-flow-dev

ctrl-flow development
Other
0 stars 0 forks source link

Expression parsing - complex expressions (schedule page) #234

Open akapoor66 opened 1 year ago

akapoor66 commented 1 year ago

Complex expressions need to evaluated on the frontend for the schedule page. These expressions include: functions_calls, for_loops, and potentially complex arithmetic equations ( issue: #191 )

AntoineGautier commented 2 weeks ago

This has only been partially addressed, see: https://github.com/lbl-srg/ctrl-flow-dev/blob/main/client/src/interpreter/interpreter.ts#L280-L292

Arithmetic expressions are not supported. This is needed for the equipment schedule in particular.