Implement subexpressions #157

Open
opened 2025-10-04 13:01:36 +02:00 by belka · 0 comments
Owner

Currently only simple binary expressions, a + b are supported, where a and b can also be simple unary expressions. Proper expression nested should be supported, with proper precedence.

This will require extending the register allocation and saving the intermediate results in further registers besides t0 and t1.

Currently only simple binary expressions, `a + b` are supported, where `a` and `b` can also be simple unary expressions. Proper expression nested should be supported, with proper precedence. This will require extending the register allocation and saving the intermediate results in further registers besides `t0` and `t1`.
belka added the
bootstrap
label 2025-10-04 13:01:36 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: belka/elna#157
No description provided.