[impl] passing over parser implementation (pass 1)

This commit is contained in:
Allen Webster
2021-06-05 23:39:26 -07:00
parent c3ec42c70c
commit dd445676f5
8 changed files with 96 additions and 51 deletions
+7
View File
@@ -1136,6 +1136,13 @@ main:
tag: *MD_Node,
};
@send(Nodes)
@func MD_PushReference: {
list: *MD_Node,
target: *MD_Node,
return: *MD_Node,
};
////////////////////////////////
//~ Introspection Helpers