iterating on debug dump and reconstruction API details

This commit is contained in:
Allen Webster
2021-09-10 14:46:41 -07:00
parent a3e8c90b67
commit 6dd7acb1a2
4 changed files with 97 additions and 92 deletions
+6 -6
View File
@@ -1916,15 +1916,15 @@ MD_ParseWholeFile:
return: MD_b32,
};
////////////////////////////////
//~ Expression Parsing
// TODO
////////////////////////////////
//~ Generation
@send(StringGeneration)
@doc("Outputs a textual representation of the tree with @code 'node' as its root to @code 'file'.")
@func MD_DebugOutputTree: {
file: *FILE,
node: *MD_Node,
};
// TODO
////////////////////////////////
//~ Command Line Argument Helper