6 Commits

Author SHA1 Message Date
Aryadev Chavali
9fb9413c45 node_t -> ast_node_t
Clearer to understand the intent of node_t as a direct result of
parsing source code.
2024-12-24 23:18:52 +00:00
Aryadev Chavali
16da0e0f2c Add better error correcting code for bad loops in parser 2024-12-03 04:22:42 +00:00
Aryadev Chavali
6ad3e61a2b Fix errors due to no loops 2024-12-03 04:13:40 +00:00
Aryadev Chavali
d230dbb679 Capture number of loops in PResult during parsing 2024-12-03 03:17:44 +00:00
Aryadev Chavali
9bbfa7d2cd Some general reworking, error handling 2024-12-03 00:04:40 +00:00
Aryadev Chavali
e5cba43a0e New module for parser functions
Same principle as main->lib (previous commit).
2023-09-02 16:14:49 +01:00