|
|
1ca6f024ee
|
implemented labels and goto parsing
|
2025-12-01 21:05:06 +01:00 |
|
|
|
1be3bf0659
|
added postfix, break and return parsing
|
2025-12-01 19:54:20 +01:00 |
|
|
|
37356facc2
|
implemented call expression parsing
|
2025-12-01 13:00:07 +01:00 |
|
|
|
d1b89939ae
|
implemented member access parsing
|
2025-12-01 11:22:44 +01:00 |
|
|
|
c566f7d490
|
implemented array subscript parsing
|
2025-12-01 11:02:13 +01:00 |
|
|
|
403b2b7161
|
implemented type casting parsing.
|
2025-12-01 10:49:34 +01:00 |
|
|
|
26ae74cc87
|
fixed gitignore and added comments to parser
|
2025-12-01 10:16:35 +01:00 |
|
|
|
3efd9c8295
|
fixed typo
|
2025-12-01 10:08:09 +01:00 |
|
|
|
771994fece
|
change compiler name
|
2025-11-30 22:57:52 +01:00 |
|
|
|
abf1d7c066
|
implemented basic parsing
|
2025-11-30 21:56:39 +01:00 |
|
|
|
038930d881
|
added comment parsing
|
2025-11-30 16:06:32 +01:00 |
|
|
|
c0f1b74a48
|
fixed README
|
2025-11-30 16:06:20 +01:00 |
|
|
|
f1675bca76
|
implemented the lexer
|
2025-11-30 12:58:35 +01:00 |
|