about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2020-01-20Add evaluation of whole programs, typechecking functions and main mainPaweł Dybiec4-28/+72
2020-01-20EvaluatorPaweł Dybiec2-1/+191
2020-01-20Add function calls in commands, and type annotations in expressionsPaweł Dybiec2-21/+44
2020-01-20Fix variants typing, add wellformedness for commandsPaweł Dybiec2-6/+63
2020-01-19Add Except monad, and destructors for records and variantsPaweł Dybiec2-23/+77
2020-01-09Infer for record typesPaweł Dybiec1-1/+5
2020-01-09Fix infer for deref and arithmetic expressionsPaweł Dybiec1-4/+4
2020-01-09Fix assertsPaweł Dybiec1-3/+3
2020-01-09Fix variant typePaweł Dybiec2-2/+6
2020-01-08Initial commitPaweł Dybiec3-0/+83