summaryrefslogtreecommitdiff
path: root/src/SPL
AgeCommit message (Expand)AuthorFilesLines
2018-02-08Create Program Serializer2-serializationErin van der Veen2-10/+38
2018-02-08Implement pprint for NopCamil Staps1-1/+2
2018-02-07Integrate pretty printerCamil Staps1-13/+10
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 Staps1-0/+99
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 Veen1-1/+1
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-06Initial commitCamil Staps2-0/+210