|
Zen-C
|

Functions | |
| int | check_program (ParserContext *ctx, ASTNode *root) |
| Main Type Checking Entry Point. | |
| int check_program | ( | ParserContext * | ctx, |
| ASTNode * | root | ||
| ) |
Main Type Checking Entry Point.
Performs semantic analysis on the entire AST.
| ctx | Global parser context. |
| root | Root AST node of the program. |