|
ac7467bccb
|
Make it possible to nest match-expressions
Although this fixes #46, this introduces a new bug for expressions that
require punctuation to be turned off. We will adress this in a separate
issue.
|
2023-06-12 22:00:46 +02:00 |
|
|
d81e92231f
|
Some minor enhancements
- Make if-elif-else possible
- Add more tests
- Ensure that failed tests fail tools like xargs
- Refactor printing logic out of ConsoleDiagnostics
|
2023-06-11 11:04:04 +02:00 |
|
|
d278456290
|
Add experimental support for compiler annotations
|
2023-06-08 20:27:01 +02:00 |
|
|
83e89f4e8c
|
Let VSCode update settings.json
|
2023-05-30 13:36:13 +02:00 |
|
|
06127ff624
|
Improve checking recursive functions and some minor fixes
|
2023-05-26 14:30:50 +02:00 |
|
|
db26fd3b18
|
Add experimental support for type classes and many more enhancements
|
2023-05-20 23:48:26 +02:00 |
|
Sam Vervaeck
|
fee5085497
|
Create a working scanner/parser for a subset of the language
|
2022-08-19 19:53:23 +02:00 |
|