IfElseIf statement
Closed this issue · 0 comments
rbonifacio commented
The Oberon language must support the IfElseIf
statement, as supported in languages such as Python. So, this issue involves:
- review the grammar / parser for the statement
- review the type checker for the statement
- review the interpreter for the statement
- review the control-flow graph for the statement
- review the C code generator for the statement
Please, take a look at the Oberon specification: