|
b23dc84f72
|
Fix variable declarations, fix regression due to eager solving, fix unification
|
2023-05-23 16:07:58 +02:00 |
|
|
302823ac9b
|
Split up Checker.hpp and make room for better type mismatch errors
|
2023-05-22 22:37:58 +02:00 |
|
|
508ef40bdf
|
Implement tuples and fix bug with type vars in infer/unify algorithm
|
2023-05-22 17:06:31 +02:00 |
|
|
fd015dcf22
|
Fix crash when MatchExpression is expected
|
2023-05-22 11:55:31 +02:00 |
|
|
b6706dd801
|
Fix constructors like True and False not being parsed
|
2023-05-21 14:50:28 +02:00 |
|
|
db26fd3b18
|
Add experimental support for type classes and many more enhancements
|
2023-05-20 23:48:26 +02:00 |
|
|
43301a3a44
|
Add basic support for if-statements
|
2022-08-25 23:04:09 +02:00 |
|
|
b4d54f025c
|
Improve type inference and some minor updates
|
2022-08-25 19:04:25 +02:00 |
|
|
fcea25c9bb
|
Improve diagnostic output
|
2022-08-24 20:57:26 +02:00 |
|
|
fb69ab745c
|
Add more methods to bolt::Node and improve diagnostics
|
2022-08-24 12:36:43 +02:00 |
|
|
311f1d228b
|
Improve diagnostics and type checking
|
2022-08-21 20:56:58 +02:00 |
|
Sam Vervaeck
|
fee5085497
|
Create a working scanner/parser for a subset of the language
|
2022-08-19 19:53:23 +02:00 |
|