Move away from shunting yard #151

Open
opened 2026-04-11 15:55:57 +00:00 by Ghost · 0 comments
Ghost commented 2026-04-11 15:55:57 +00:00 (Migrated from codeberg.org)

As we try to make the expression system more general with a greater ability to include even functions, it's best to move away from the shunting yard parser and translation to RPN. Maybe implement recursive descent parsing and use AST for execution.

As we try to make the expression system more general with a greater ability to include even functions, it's best to move away from the shunting yard parser and translation to RPN. Maybe implement recursive descent parsing and use AST for execution.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
ScottyLabs/dalmatian#151
No description provided.