Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-05-09 | parser: parses an if statement no code generation | Carlos Maniero | |
This commit parses a if statement following the grammar bellow: if boolean_expression { n_epressions; } No else neither code generation was implemented. Signed-off-by: Carlos Maniero <carlos@maniero.me> |