Commit Graph

5 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
2c1c89c048 Separate out node type as an enumeration. 2024-12-19 08:48:44 +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