Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2014-11-18 | m | Mattias Andrée | 1 | -2/+2 |
2014-11-18 | arrays | Mattias Andrée | 1 | -3/+45 |
2014-11-18 | m | Mattias Andrée | 1 | -1/+2 |
2014-11-18 | more macro and function stuff | Mattias Andrée | 1 | -3/+107 |
2014-11-18 | typo | Mattias Andrée | 1 | -1/+1 |
2014-11-18 | typo | Mattias Andrée | 1 | -1/+1 |
2014-11-18 | alternation in macro calls and for-loops | Mattias Andrée | 1 | -0/+25 |
2014-11-18 | stylo | Mattias Andrée | 1 | -4/+4 |
2014-11-18 | typo + macros | Mattias Andrée | 1 | -2/+76 |
2014-11-18 | typo | Mattias Andrée | 1 | -1/+1 |
2014-11-18 | include statement | Mattias Andrée | 1 | -0/+25 |
2014-11-18 | assumptions | Mattias Andrée | 1 | -0/+112 |
2014-11-18 | m | Mattias Andrée | 1 | -1/+1 |
2014-11-18 | alternations and unordered subsequences | Mattias Andrée | 1 | -0/+45 |
2014-11-18 | typo | Mattias Andrée | 1 | -1/+1 |
2014-11-18 | mapping of sequnces | Mattias Andrée | 1 | -1/+41 |
2014-11-17 | basic syntax for mapping keys | Mattias Andrée | 1 | -5/+215 |
2014-11-17 | duplicate mapping | Mattias Andrée | 1 | -2/+0 |
2014-11-17 | derp | Mattias Andrée | 1 | -2/+2 |
2014-11-17 | probably good to map the space key to blank space | Mattias Andrée | 1 | -0/+1 |
2014-11-17 | mds-kbdc: support alternations and dots in macro_calls | Mattias Andrée | 3 | -35/+54 |
2014-11-17 | whitespace | Mattias Andrée | 1 | -1/+1 |
2014-11-17 | remove dubug line | Mattias Andrée | 1 | -1/+0 |
2014-11-17 | typo | Mattias Andrée | 1 | -1/+1 |
2014-11-17 | typo | Mattias Andrée | 1 | -6/+6 |
2014-11-17 | typo | Mattias Andrée | 1 | -2/+2 |
2014-11-17 | missed if statement | Mattias Andrée | 1 | -1/+2 |
2014-11-17 | typo | Mattias Andrée | 1 | -2/+2 |
2014-11-17 | fix macro call regression | Mattias Andrée | 2 | -1/+6 |
2014-11-17 | typo | Mattias Andrée | 1 | -1/+1 |
2014-11-17 | whitespace | Mattias Andrée | 1 | -60/+60 |
2014-11-17 | doc | Mattias Andrée | 1 | -0/+14 |
2014-11-17 | macro stuff | Mattias Andrée | 1 | -207/+150 |
2014-11-17 | macrosation | Mattias Andrée | 1 | -42/+32 |
2014-11-17 | fix typos | Mattias Andrée | 4 | -4/+4 |
2014-11-17 | whoops with escapes | Mattias Andrée | 1 | -3/+3 |
2014-11-17 | m | Mattias Andrée | 1 | -1/+1 |
2014-11-17 | whitespace | Mattias Andrée | 1 | -2/+2 |
2014-11-17 | mds-kbdc: treeise macro calls | Mattias Andrée | 3 | -39/+141 |
2014-11-17 | m | Mattias Andrée | 1 | -1/+1 |
2014-11-17 | mds-kbdc: fix treeisation of map statements | Mattias Andrée | 2 | -6/+136 |
2014-11-17 | mds-kbdc: fix treeisation of let-statements | Mattias Andrée | 4 | -24/+109 |
2014-11-17 | mds-kbdc: fix treeisation of if-statements | Mattias Andrée | 6 | -8/+179 |
2014-11-17 | small fixes and a bunch of tests | Mattias Andrée | 20 | -21/+328 |
2014-11-16 | m | Mattias Andrée | 2 | -1/+3 |
2014-11-16 | print parsed tree, of course there are some errors... | Mattias Andrée | 4 | -6/+322 |
2014-11-16 | mds-kbdc: fix stack bug when parsing mapping statements | Mattias Andrée | 1 | -1/+25 |
2014-11-16 | mds-kbdc: working on transing mapping statements into trees | Mattias Andrée | 1 | -3/+135 |
2014-11-16 | mds-kbdc: do not mark runaway } as invalid, but rather runaway | Mattias Andrée | 1 | -0/+4 |
2014-11-16 | mds-kbdc: annotate tree with source code locations and report where unpopped scopes were pushed | Mattias Andrée | 2 | -15/+31 |