Postparser landing patch: add tree of scopes

This commit is contained in:
Ilmir Usmanov
2014-10-12 17:53:02 +04:00
parent cb7e54fe22
commit 63662dfb35
12 changed files with 305 additions and 48 deletions
+1
View File
@@ -23,6 +23,7 @@
typedef struct tree_header
{
uint8_t magic;
uint8_t children_num;
struct tree_header *parent;
linked_list children;
}