about summary refs log tree commit diff
path: root/src/interpreter
AgeCommit message (Expand)AuthorFilesLines
2021-03-14 Universally quantified type variablesGriffin Smith3-13/+17
2021-03-14 Add string support to the frontendGriffin Smith2-0/+24
2021-03-13 Add the start of a hindley-milner typecheckerGriffin Smith2-33/+42
2021-03-13 Allow exprs+bindings to optionally be ascriptedGriffin Smith1-4/+7
2021-03-08 Implement functions, both top-level and anonymousGriffin Smith2-37/+120
2021-03-07 Initial commitGriffin Smith3-0/+275