|
Luma 0.1.0
A low-level compiled alternative to C, C++, and more!
|

Files | |
| array.c | |
| error.c | |
| expr.c | |
| lookup.c | |
| module.c | |
| scope.c | |
| Implementation of scope and symbol table management functions. | |
| static_mem_tracker.c | |
| stmt.c | |
| tc.c | |
| type.c | |
| Implementation of type checking and symbol table management functions. | |
| type.h | |
| Type checking and symbol table management for AST nodes with memory tracking. | |