aboutsummaryrefslogtreecommitdiffstats
path: root/src/mds-kbdc/make-tree.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* mds-kbdc: most of the structure validationMattias Andrée2014-12-011-1/+1
* mds-kbdc: process includesMattias Andrée2014-11-301-1/+28
* mds-kbdc: add support for empty filesMattias Andrée2014-11-301-0/+8
* mds-kbdc: check that there is something after the :Mattias Andrée2014-11-291-2/+9
* add a minor todoMattias Andrée2014-11-281-1/+1
* add a todoMattias Andrée2014-11-281-0/+2
* m + macro call alternation eliminationMattias Andrée2014-11-281-1/+1
* some code simplificiationsMattias Andrée2014-11-231-73/+25
* Starting on some reworkMattias Andrée2014-11-221-20/+5
* typoMattias Andrée2014-11-191-1/+1
* mds-kbdc: support alternations and dots in macro_callsMattias Andrée2014-11-171-35/+28
* whitespaceMattias Andrée2014-11-171-1/+1
* remove dubug lineMattias Andrée2014-11-171-1/+0
* fix macro call regressionMattias Andrée2014-11-171-1/+5
* whitespaceMattias Andrée2014-11-171-60/+60
* docMattias Andrée2014-11-171-0/+14
* macro stuffMattias Andrée2014-11-171-207/+150
* macrosationMattias Andrée2014-11-171-42/+32
* whoops with escapesMattias Andrée2014-11-171-3/+3
* mMattias Andrée2014-11-171-1/+1
* whitespaceMattias Andrée2014-11-171-2/+2
* mds-kbdc: treeise macro callsMattias Andrée2014-11-171-38/+114
* mMattias Andrée2014-11-171-1/+1
* mds-kbdc: fix treeisation of map statementsMattias Andrée2014-11-171-6/+24
* mds-kbdc: fix treeisation of let-statementsMattias Andrée2014-11-171-24/+42
* mds-kbdc: fix treeisation of if-statementsMattias Andrée2014-11-171-8/+23
* small fixes and a bunch of testsMattias Andrée2014-11-171-17/+33
* mMattias Andrée2014-11-161-0/+1
* print parsed tree, of course there are some errors...Mattias Andrée2014-11-161-5/+59
* mds-kbdc: fix stack bug when parsing mapping statementsMattias Andrée2014-11-161-1/+25
* mds-kbdc: working on transing mapping statements into treesMattias Andrée2014-11-161-3/+135
* mds-kbdc: do not mark runaway } as invalid, but rather runawayMattias Andrée2014-11-161-0/+4
* mds-kbdc: annotate tree with source code locations and report where unpopped scopes were pushedMattias Andrée2014-11-161-13/+21
* mMattias Andrée2014-11-161-2/+1
* mds-kbdc: fix array elements: allow functionsMattias Andrée2014-11-161-9/+15
* mds-kbdc: fix let without arrayMattias Andrée2014-11-161-0/+3
* mds-kbdc: support arraysMattias Andrée2014-11-161-7/+55
* check that the parsing stack is empty when the end of a file has been reachedMattias Andrée2014-11-131-2/+14
* parse let statement, however not arrays yetMattias Andrée2014-11-131-3/+31
* add todoMattias Andrée2014-11-111-0/+2
* mds-kbdc: have + memory leak on destruction of haveMattias Andrée2014-11-111-1/+72
* CHARS_END => ENDMattias Andrée2014-11-111-7/+7
* mMattias Andrée2014-11-111-2/+1
* mds-kbdc: forMattias Andrée2014-11-111-4/+58
* mds-kbdc: if, else if and elseMattias Andrée2014-11-111-3/+48
* docMattias Andrée2014-11-101-2/+89
* mds-kbdc: more parsing into a treeMattias Andrée2014-11-101-24/+85
* mds-kbdc: more work on the treeificationMattias Andrée2014-11-101-29/+172
* mds-kbdc: better macro namesMattias Andrée2014-11-101-9/+9
* mds-kbdc: add support for return, continue and breakMattias Andrée2014-11-101-34/+53