Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2018-02-07 | Merge branch 'master' of gitlab.science.ru.nl:cstaps/compiler-construction | Erin van der Veen | 1 | -7/+7 |
2018-02-07 | Implement all functions in PrettyPrinter.hs | Erin van der Veen | 1 | -16/+74 |
2018-02-07 | Merge branch 'master' of gitlab.science.ru.nl:cstaps/compiler-construction | Camil Staps | 1 | -0/+131 |
2018-02-07 | Make SPL.Parse <80 | Camil Staps | 1 | -7/+7 |
2018-02-07 | Add PrettyPrinter | Erin van der Veen | 1 | -0/+131 |
2018-02-07 | Start with parser | Camil Staps | 1 | -0/+99 |
2018-02-07 | Add TArrow | Camil Staps | 1 | -0/+2 |
2018-02-07 | Minor changes to Lex and Syntax | Camil Staps | 2 | -5/+33 |
2018-02-07 | Rename Parse.hs to Lex.hs, to serpate lexing and parsing | Erin van der Veen | 1 | -1/+1 |
2018-02-06 | Change order of Lexing, we do not want True to be considered an Ident | Erin van der Veen | 1 | -1/+1 |
2018-02-06 | Add TComma | Camil Staps | 1 | -0/+2 |
2018-02-06 | Fix block comments; strip whitespace | Camil Staps | 1 | -4/+5 |
2018-02-06 | Initial commit | Camil Staps | 2 | -0/+210 |