about summary refs log tree commit diff
path: root/src/parser (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-03-13 Add the start of a hindley-milner typecheckerGriffin Smith3-4/+27
2021-03-13 Allow exprs+bindings to optionally be ascriptedGriffin Smith3-25/+224
2021-03-13 Factor out expr parser into its own moduleGriffin Smith3-495/+509
2021-03-08 Implement functions, both top-level and anonymousGriffin Smith1-13/+154
2021-03-07 Initial commitGriffin Smith1-0/+445