about summary refs log tree commit diff
path: root/src/parser/expr.rs (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-03-13 Add the start of a hindley-milner typecheckerGriffin Smith1-3/+22
2021-03-13 Allow exprs+bindings to optionally be ascriptedGriffin Smith1-25/+118
2021-03-13 Factor out expr parser into its own moduleGriffin Smith1-0/+482