Age | Commit message (Collapse) | Author | |
---|---|---|---|
7 days | np: parse: Create proc AST, handle end/begin, ... | Ian Moffett | |
This commit introduces AST object types and AST integer type definitions. We also now keep track of how deep we are in begin/end tags. - Introduce parsing for TT_BEGIN - Introduce parsing for TT_END Signed-off-by: Ian Moffett <ian@osmora.org> | |||
7 days | np: parse: Parse procedure signature | Ian Moffett | |
Signed-off-by: Ian Moffett <ian@osmora.org> | |||
7 days | np: parse: Add AST structure and initial logic | Ian Moffett | |
Signed-off-by: Ian Moffett <ian@osmora.org> |