mirror of
https://github.com/Ed94/metadesk.git
synced 2026-08-04 06:38:45 +00:00
iterating on debug dump and reconstruction API details
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user