|
8b1263c376
|
Revert "Make it possible to nest match-expressions"
This reverts commit ac7467bccb .
The commit breaks too much syntax.
|
2023-06-15 16:29:35 +02:00 |
|
|
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 |
|
|
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 |
|