This website requires JavaScript.
Explore
Help
Sign in
lisyarus
/
pslang
Watch
1
Star
0
Fork
You've already forked pslang
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
dd3eb5d14b
pslang
/
libs
/
ast
/
source
History
lisyarus
0c11b09548
Pointers wip
2026-03-23 14:41:47 +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
Pointers wip
2026-03-23 14:41:47 +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
Pointers wip
2026-03-23 14:41:47 +03:00
validate.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