pslang/libs
2025-12-18 16:39:01 +03:00
..
ast Functions can be any expressions and not just identifiers in function calls (AST only, not implemented in interpreter yet) 2025-12-18 14:37:06 +03:00
interpreter Add support for function values & calling non-identifier functions 2025-12-18 16:14:51 +03:00
parser Add char literals 2025-12-18 16:39:01 +03:00
type Print function types simpler when they have only 1 argument 2025-12-18 16:31:02 +03:00