pslang/libs/ast/source
2026-03-25 00:22:50 +03:00
..
expression.cpp Add inferred type to AST nodes & implement type checking & inference 2025-12-23 12:17:42 +03:00
print.cpp Pointers wip 2026-03-23 14:41:47 +03:00
resolve_identifiers.cpp New IR -> Aarch64 compiler wip: basic operations done (no pointers, structs, arrays) 2026-03-25 00:22:50 +03:00
statement.cpp Refactor: split pre-AST (contains if/else if/else blocks, field definitions, no hierarchy) and the actual AST obtained after resolving scoping & indentation (contains if chains, no field definitions) 2026-03-22 14:06:34 +03:00
type.cpp Pointers wip 2026-03-23 14:41:47 +03:00
type_check.cpp New IR -> Aarch64 compiler wip: basic operations done (no pointers, structs, arrays) 2026-03-25 00:22:50 +03:00
validate.cpp New IR -> Aarch64 compiler wip: basic operations done (no pointers, structs, arrays) 2026-03-25 00:22:50 +03:00