|
d2e6f9ed4f
|
Fix type-checking return statements
|
2022-08-31 13:55:00 +02:00 |
|
|
12559e93a2
|
Fix incorrect typing of ReturnStatement.expression
|
2022-08-31 13:54:22 +02:00 |
|
|
6063b5f591
|
Enable parsing let declaration block bodies
|
2022-08-31 13:53:57 +02:00 |
|
|
3381a2bd5d
|
Fix a let body not closing properly during parsing
|
2022-08-31 13:46:18 +02:00 |
|
|
2d880f0f0d
|
Improve diagnostics for parsing errors
|
2022-08-31 13:45:46 +02:00 |
|
|
eac4279a5e
|
Make scanner work with exceptions
|
2022-08-31 13:37:26 +02:00 |
|
|
48f1b0f45c
|
Add some type-checking logic and improve diagnostics
|
2022-08-31 13:29:56 +02:00 |
|
|
cda44e4c25
|
Extend scanner/parser to support more syntactic structures
|
2022-08-29 16:17:55 +02:00 |
|
|
d813e85d00
|
Enable parsing of simple let-expressions
|
2022-08-28 21:12:25 +02:00 |
|