[impl] more passing over the parser; found an odd part and made a test to reveal a bug

This commit is contained in:
Allen Webster
2021-06-06 01:06:36 -07:00
parent dd445676f5
commit bf2d161158
5 changed files with 102 additions and 87 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ int main(int argument_count, char **arguments)
MD_PushSibling(&first, &last, root);
}
// NOTE(rjf): Put errors on every single node.
// NOTE(rjf): Print errors on every single node.
for(MD_EachNode(root, first))
{
for(MD_EachNode(node, root->first_child))