about summary refs log tree commit diff
path: root/src/main.rs
AgeCommit message (Expand)AuthorFilesLines
2021-03-14 Add string support to the frontendGriffin Smith1-0/+2
2021-03-13 Add the start of a hindley-milner typecheckerGriffin Smith1-0/+3
2021-03-13 Factor out expr parser into its own moduleGriffin Smith1-0/+1
2021-03-07 Initial commitGriffin Smith1-0/+31