aboutsummaryrefslogtreecommitdiffstats
path: root/src/mds-kbdc/tree.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* m work on smplificationMattias Andrée2014-11-211-12/+12
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* preparation for tree simplificationMattias Andrée2014-11-191-0/+10
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* small fixes and a bunch of testsMattias Andrée2014-11-171-1/+5
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* print parsed tree, of course there are some errors...Mattias Andrée2014-11-161-0/+11
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mds-kbdc: annotate tree with source code locations and report where unpopped scopes were pushedMattias Andrée2014-11-161-2/+10
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mMattias Andrée2014-11-131-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add initialise and create for the tree structureMattias Andrée2014-11-091-0/+16
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mds-kbdc: tree: m fixes + destroy and free functionsMattias Andrée2014-11-091-51/+93
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add tree structure I missedMattias Andrée2014-11-081-1/+78
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* docMattias Andrée2014-11-081-37/+364
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* definitions for the syntax treeMattias Andrée2014-11-081-0/+246
Signed-off-by: Mattias Andrée <maandree@operamail.com>