| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | mds-kbdc: compile-layout: some bug fixes and test cases | Mattias Andrée | 2014-12-07 | 7 | -0/+38 | 
| | | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
| * | mds-kbdc: compile-layout: add some test cases + file parsing bug | Mattias Andrée | 2014-12-07 | 6 | -0/+32 | 
| | | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
| * | mds-kbdc: m + add argument count suffix to macro calls during simplification | Mattias Andrée | 2014-12-04 | 14 | -30/+60 | 
| | | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
| * | mds-kbdc: m | Mattias Andrée | 2014-12-03 | 10 | -4/+70 | 
| | | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
| * | mds-kbdc: files with syntax errors are not empty | Mattias Andrée | 2014-12-02 | 1 | -0/+6 | 
| | | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
| * | mds-kbdc: dead code elimination | Mattias Andrée | 2014-12-02 | 5 | -0/+104 | 
| | | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
| * | mds-kbdc: more test cases | Mattias Andrée | 2014-12-01 | 6 | -0/+87 | 
| | | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
| * | mds-kbdc: m + more test cases | Mattias Andrée | 2014-12-01 | 13 | -0/+220 | 
| | | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
| * | mds-kbdc: add some test cases + fix issued with inclusion | Mattias Andrée | 2014-12-01 | 9 | -0/+178 | 
| | | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
| * | fix order of "included from here"-notes | Mattias Andrée | 2014-11-30 | 3 | -14/+14 | 
| | | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
| * | mds-kbdc: detect resursive inclusion | Mattias Andrée | 2014-11-30 | 8 | -0/+89 | 
| | | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
| * | mds-kbdc: process includes | Mattias Andrée | 2014-11-30 | 8 | -0/+91 | 
| | | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
| * | mds-kbdc: add support for empty files | Mattias Andrée | 2014-11-30 | 2 | -0/+5 | 
| | | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
| * | preparing for include processing | Mattias Andrée | 2014-11-30 | 1 | -1/+3 | 
| | | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
| * | mds-kbdc: fix nesting inside unordered | Mattias Andrée | 2014-11-30 | 2 | -2/+171 | 
| | | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
| * | mds-kbdc: value statement stuff | Mattias Andrée | 2014-11-29 | 2 | -2/+38 | 
| | | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
| * | mds-kbdc: fix permutation generation | Mattias Andrée | 2014-11-29 | 3 | -5/+92 | 
| | | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
| * | mds-kbdc: only five test cases to go before it's time for the next step | Mattias Andrée | 2014-11-29 | 19 | -0/+333 | 
| | | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
| * | mds-kbdc: check that there is something after the : | Mattias Andrée | 2014-11-29 | 1 | -0/+2 | 
| | | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
| * | some test files | Mattias Andrée | 2014-11-29 | 5 | -0/+56 | 
| | | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
| * | mds-kbdc: simplification of alternations | Mattias Andrée | 2014-11-28 | 4 | -0/+81 | 
| | | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
| * | m + macro call alternation elimination | Mattias Andrée | 2014-11-28 | 6 | -0/+123 | 
| | | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
| * | mds-kbdc: support alternations and dots in macro_calls | Mattias Andrée | 2014-11-17 | 2 | -0/+26 | 
| | | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
| * | mds-kbdc: treeise macro calls | Mattias Andrée | 2014-11-17 | 1 | -0/+27 | 
| | | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
| * | mds-kbdc: fix treeisation of map statements | Mattias Andrée | 2014-11-17 | 1 | -0/+112 | 
| | | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
| * | mds-kbdc: fix treeisation of let-statements | Mattias Andrée | 2014-11-17 | 3 | -0/+67 | 
| | | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
| * | mds-kbdc: fix treeisation of if-statements | Mattias Andrée | 2014-11-17 | 5 | -0/+156 | 
| | | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
| * | small fixes and a bunch of tests | Mattias Andrée | 2014-11-17 | 16 | -0/+287 | 
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
