aboutsummaryrefslogtreecommitdiffstats
path: root/src/mds-kbdc (unfollow)
Commit message (Expand)AuthorFilesLines
2014-11-17whitespaceMattias Andrée1-60/+60
2014-11-17docMattias Andrée1-0/+14
2014-11-17macro stuffMattias Andrée1-207/+150
2014-11-17macrosationMattias Andrée1-42/+32
2014-11-17fix typosMattias Andrée4-4/+4
2014-11-17whoops with escapesMattias Andrée1-3/+3
2014-11-17mMattias Andrée1-1/+1
2014-11-17whitespaceMattias Andrée1-2/+2
2014-11-17mds-kbdc: treeise macro callsMattias Andrée3-39/+141
2014-11-17mMattias Andrée1-1/+1
2014-11-17mds-kbdc: fix treeisation of map statementsMattias Andrée2-6/+136
2014-11-17mds-kbdc: fix treeisation of let-statementsMattias Andrée4-24/+109
2014-11-17mds-kbdc: fix treeisation of if-statementsMattias Andrée6-8/+179
2014-11-17small fixes and a bunch of testsMattias Andrée20-21/+328
2014-11-16mMattias Andrée2-1/+3
2014-11-16print parsed tree, of course there are some errors...Mattias Andrée4-6/+322
2014-11-16mds-kbdc: fix stack bug when parsing mapping statementsMattias Andrée1-1/+25
2014-11-16mds-kbdc: working on transing mapping statements into treesMattias Andrée1-3/+135
2014-11-16mds-kbdc: do not mark runaway } as invalid, but rather runawayMattias Andrée1-0/+4
2014-11-16mds-kbdc: annotate tree with source code locations and report where unpopped scopes were pushedMattias Andrée2-15/+31
2014-11-16mMattias Andrée1-2/+1
2014-11-16mds-kbdc: fix array elements: allow functionsMattias Andrée1-9/+15
2014-11-16mds-kbdc: fix let without arrayMattias Andrée1-0/+3
2014-11-16mds-kbdc: support arraysMattias Andrée1-7/+55
2014-11-13check that the parsing stack is empty when the end of a file has been reachedMattias Andrée2-6/+23
2014-11-13parse let statement, however not arrays yetMattias Andrée1-3/+31
2014-11-13mMattias Andrée1-1/+1
2014-11-11add todoMattias Andrée1-0/+2
2014-11-11mds-kbdc: have + memory leak on destruction of haveMattias Andrée2-2/+73
2014-11-11CHARS_END => ENDMattias Andrée1-7/+7
2014-11-11mMattias Andrée1-2/+1
2014-11-11mds-kbdc: forMattias Andrée1-4/+58
2014-11-11mds-kbdc: if, else if and elseMattias Andrée1-3/+48
2014-11-10docMattias Andrée1-2/+89
2014-11-10whitespaceMattias Andrée1-0/+2
2014-11-10mds-kbdc: more parsing into a treeMattias Andrée3-25/+100
2014-11-10mds-kbdc: more work on the treeificationMattias Andrée1-29/+172
2014-11-10mds-kbdc: better macro namesMattias Andrée1-9/+9
2014-11-10memory leakMattias Andrée2-1/+8
2014-11-10mds-kbdc: add support for return, continue and breakMattias Andrée1-34/+53
2014-11-10mds-kbdc: add support for assumptionMattias Andrée1-1/+18
2014-11-10mds-kbdc: small fixes to end, add support for information, and create tree strakMattias Andrée1-5/+30
2014-11-10mds-kbdc: handle end statementMattias Andrée2-43/+75
2014-11-09working on tree parsingMattias Andrée8-144/+523
2014-11-09whitespaceMattias Andrée1-0/+1
2014-11-09support nested quotesMattias Andrée1-11/+92
2014-11-09add initialise and create for the tree structureMattias Andrée2-1/+47
2014-11-09mds-kbdc: tree: m fixes + destroy and free functionsMattias Andrée2-51/+277
2014-11-08add tree structure I missedMattias Andrée1-1/+78
2014-11-08docMattias Andrée1-37/+364