Normed parser/src/node.c into multiple files

This commit is contained in:
Maieul BOYER 2024-08-31 17:30:30 +00:00
parent 009be4a4b4
commit 36d9d411ba
10 changed files with 242 additions and 165 deletions

View file

@ -11,6 +11,8 @@ node/node_child_inner \
node/node_constructor \
node/node_fields \
node/node_getter_funcs1 \
node/node_getter_funcs2 \
node/node_getter_funcs3 \
node/node_iterator \
node/node_relevent \
parser \