summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2018-02-07Integrate pretty printerCamil Staps2-21/+18
2018-02-07Correctly parsing the exampleCamil Staps2-48/+124
2018-02-07Merge branch 'master' of gitlab.science.ru.nl:cstaps/compiler-constructionCamil Staps1-16/+74
2018-02-07Statement parsingCamil Staps3-9/+32
2018-02-07Merge branch 'master' of gitlab.science.ru.nl:cstaps/compiler-constructionErin van der Veen1-7/+7
2018-02-07Implement all functions in PrettyPrinter.hsErin van der Veen1-16/+74
2018-02-07Merge branch 'master' of gitlab.science.ru.nl:cstaps/compiler-constructionCamil Staps1-0/+131
2018-02-07Make SPL.Parse <80Camil Staps1-7/+7
2018-02-07Add PrettyPrinterErin van der Veen1-0/+131
2018-02-07Start with parserCamil Staps2-2/+108
2018-02-07Add TArrowCamil Staps1-0/+2
2018-02-07Minor changes to Lex and SyntaxCamil Staps2-5/+33
2018-02-07Rename Parse.hs to Lex.hs, to serpate lexing and parsingErin van der Veen2-2/+2
2018-02-06Change order of Lexing, we do not want True to be considered an IdentErin van der Veen1-1/+1
2018-02-06Add TCommaCamil Staps1-0/+2
2018-02-06Fix block comments; strip whitespaceCamil Staps1-4/+5
2018-02-06Create Test File from Assignment 1, read test file in Main.hsErin van der Veen1-3/+4
2018-02-06Initial commitCamil Staps3-0/+224