|
97ae0e5ce6
|
Add tests for variable declaration
|
2025-01-31 16:50:51 +02:00 |
|
|
b36a4b2bdf
|
Add tests for block expression parsing
|
2025-01-31 16:09:47 +02:00 |
|
|
22083ae1f2
|
Add assignment parsing
|
2025-01-31 14:19:01 +02:00 |
|
|
ca254a34c6
|
Expand unary and assign tests
|
2025-01-31 14:03:20 +02:00 |
|
|
385dc98255
|
Expand unary and assign tests
|
2025-01-31 13:58:04 +02:00 |
|
|
bb3c13372f
|
Add tests for unary ops and assignment
|
2025-01-31 13:30:05 +02:00 |
|
|
0691c22487
|
Add support for all left-associative binary ops
|
2025-01-31 13:19:40 +02:00 |
|
|
afbfdc7caa
|
Change parser tests to use tokenizer
|
2025-01-31 13:03:38 +02:00 |
|
|
8ea712df0b
|
Reorganize parser tests
|
2025-01-29 16:51:33 +02:00 |
|
|
2fac914fda
|
Split parser into three files, to simplify navigation
|
2025-01-29 16:46:28 +02:00 |
|