Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
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 | 2 | -2/+2 |
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 | Create Test File from Assignment 1, read test file in Main.hs | Erin van der Veen | 1 | -3/+4 |
2018-02-06 | Initial commit | Camil Staps | 3 | -0/+224 |