|
88e09052e6
|
Fix support for nesting of scopes in type-checker
|
2022-09-05 19:33:37 +02:00 |
|
|
062ca46752
|
Make recursive function definitions work
|
2022-09-05 17:25:55 +02:00 |
|
|
20af138fa5
|
Minor changes
- Refactor Constructor to IdentifierAlt
- Make () -> a unify with a
|
2022-09-01 20:18:47 +02:00 |
|
|
666256ed15
|
Add support for type-checking recursion and improove Checker.addConstraint
|
2022-09-01 20:07:09 +02:00 |
|
|
d2e6f9ed4f
|
Fix type-checking return statements
|
2022-08-31 13:55:00 +02:00 |
|
|
48f1b0f45c
|
Add some type-checking logic and improve diagnostics
|
2022-08-31 13:29:56 +02:00 |
|
|
d813e85d00
|
Enable parsing of simple let-expressions
|
2022-08-28 21:12:25 +02:00 |
|