Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expression parsing - complex expressions (schedule page) #234

Open
akapoor66 opened this issue Nov 17, 2022 · 1 comment
Open

Expression parsing - complex expressions (schedule page) #234

akapoor66 opened this issue Nov 17, 2022 · 1 comment

Comments

@akapoor66
Copy link
Collaborator

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 )

@akapoor66 akapoor66 added this to the 01: Parser (BE) milestone Nov 17, 2022
@AntoineGautier
Copy link
Collaborator

AntoineGautier commented Apr 15, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants