aboutsummaryrefslogtreecommitdiffstats
path: root/src/mds-kbdc/make-tree.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* mds-kbdc: fix array elements: allow functionsMattias Andrée2014-11-161-9/+15
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mds-kbdc: fix let without arrayMattias Andrée2014-11-161-0/+3
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mds-kbdc: support arraysMattias Andrée2014-11-161-7/+55
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* check that the parsing stack is empty when the end of a file has been reachedMattias Andrée2014-11-131-2/+14
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* parse let statement, however not arrays yetMattias Andrée2014-11-131-3/+31
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add todoMattias Andrée2014-11-111-0/+2
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mds-kbdc: have + memory leak on destruction of haveMattias Andrée2014-11-111-1/+72
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* CHARS_END => ENDMattias Andrée2014-11-111-7/+7
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mMattias Andrée2014-11-111-2/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mds-kbdc: forMattias Andrée2014-11-111-4/+58
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mds-kbdc: if, else if and elseMattias Andrée2014-11-111-3/+48
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* docMattias Andrée2014-11-101-2/+89
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mds-kbdc: more parsing into a treeMattias Andrée2014-11-101-24/+85
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mds-kbdc: more work on the treeificationMattias Andrée2014-11-101-29/+172
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mds-kbdc: better macro namesMattias Andrée2014-11-101-9/+9
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mds-kbdc: add support for return, continue and breakMattias Andrée2014-11-101-34/+53
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mds-kbdc: add support for assumptionMattias Andrée2014-11-101-1/+18
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mds-kbdc: small fixes to end, add support for information, and create tree strakMattias Andrée2014-11-101-5/+30
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mds-kbdc: handle end statementMattias Andrée2014-11-101-42/+73
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* working on tree parsingMattias Andrée2014-11-091-0/+164
Signed-off-by: Mattias Andrée <maandree@operamail.com>