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
51c78169b3
pslang
/
libs
/
ast
/
source
History
lisyarus
51c78169b3
Validate functions with no return & automatically add return in the end of a function returning unit
2026-03-13 13:40:09 +03:00
..
expression.cpp
Add inferred type to AST nodes & implement type checking & inference
2025-12-23 12:17:42 +03:00
print.cpp
Add foreign functions (stub in interpreter, implemented in aarch64 compiler)
2026-03-13 11:01:53 +03:00
resolve_identifiers.cpp
Add foreign functions (stub in interpreter, implemented in aarch64 compiler)
2026-03-13 11:01:53 +03:00
statement.cpp
Add foreign functions (stub in interpreter, implemented in aarch64 compiler)
2026-03-13 11:01:53 +03:00
type.cpp
Add inferred type to AST nodes & implement type checking & inference
2025-12-23 12:17:42 +03:00
type_check.cpp
Add foreign functions (stub in interpreter, implemented in aarch64 compiler)
2026-03-13 11:01:53 +03:00
validate.cpp
Validate functions with no return & automatically add return in the end of a function returning unit
2026-03-13 13:40:09 +03:00