Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-02-07 | Correctly parsing the example | Camil Staps | 1 | -46/+119 | |
2018-02-07 | Statement parsing | Camil Staps | 1 | -9/+29 | |
2018-02-07 | Make SPL.Parse <80 | Camil Staps | 1 | -7/+7 | |
2018-02-07 | Start with parser | Camil Staps | 1 | -0/+99 | |
2018-02-07 | Rename Parse.hs to Lex.hs, to serpate lexing and parsing | Erin van der Veen | 1 | -141/+0 | |
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 | 1 | -0/+138 | |