Commit graph

24 commits

Author SHA1 Message Date
006015c607 finished while loops 2025-12-03 22:41:55 +01:00
21b43af69d fixed compound node 2025-12-03 22:17:55 +01:00
6d73af4fbb implemented arrays, pointers and struct init 2025-12-03 20:39:23 +01:00
b504739d59 implemented function parsing 2025-12-03 18:22:34 +01:00
7d6436bb97 fixed comment 2025-12-03 13:39:04 +01:00
dddb3f2954 implemented assignment parsing 2025-12-03 13:37:28 +01:00
5902ec8dbc implemented enum parsing 2025-12-03 13:08:42 +01:00
c34bea6fff implemented if statement parsing 2025-12-03 10:12:07 +01:00
d6d2230f14 implemented union parsing 2025-12-03 10:04:11 +01:00
664affc6d3 implemented structure parsing 2025-12-03 09:59:09 +01:00
d0d750f059 implemented variable parsing 2025-12-02 21:47:00 +01:00
9302e4710d removed NODE_EQUAL 2025-12-02 21:31:16 +01:00
cb021716ef completed for loop parsing 2025-12-02 21:27:41 +01:00
luccie-cmd
0015c2b81d Added preliminary loop parsing
Signed-off-by: luccie-cmd <hoedje201@gmail.com>
Signed-off-by: Lorenzo Torres <lorenzo@sagittarius-a.org>
2025-12-02 11:20:01 +01:00
eaebcd7bdd preliminary work on the loop parsing 2025-12-01 22:32:41 +01:00
bb3da4d20a implemented import parsing 2025-12-01 22:13:47 +01:00
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
abf1d7c066 implemented basic parsing 2025-11-30 21:56:39 +01:00