mirror of
https://github.com/Ed94/metadesk.git
synced 2026-08-04 06:38:45 +00:00
[impl] passing over parser implementation (pass 1)
This commit is contained in:
@@ -55,6 +55,8 @@ int main(int argument_count, char **arguments)
|
||||
site_info = ParseSiteInfo(site_info_file);
|
||||
}
|
||||
|
||||
// TODO(allen): use list system
|
||||
|
||||
//~ NOTE(rjf): Parse pages.
|
||||
MD_Node *first_root = MD_NilNode();
|
||||
MD_Node *last_root = MD_NilNode();
|
||||
|
||||
Reference in New Issue
Block a user