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
07a50e5f7a
pslang
/
libs
/
ast
/
source
History
lisyarus
e2781fef8f
Add ast::type_alignment
2026-03-31 19:27:14 +03:00
..
expression.cpp
Add inferred type to AST nodes & implement type checking & inference
2025-12-23 12:17:42 +03:00
print.cpp
Fix printing struct fields
2026-03-30 20:29:39 +03:00
resolve_identifiers.cpp
Add a hacky implememntation of global constants
2026-03-30 20:02:41 +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
Add ast::type_alignment
2026-03-31 19:27:14 +03:00
type_check.cpp
Add a hacky implememntation of global constants
2026-03-30 20:02:41 +03:00
validate.cpp
New IR -> Aarch64 compiler wip: basic operations done (no pointers, structs, arrays)
2026-03-25 00:22:50 +03:00