about summary refs log tree commit diff
path: root/src/codegen/llvm.rs (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-03-13 Add the start of a hindley-milner typecheckerGriffin Smith1-28/+48
2021-03-13 Allow exprs+bindings to optionally be ascriptedGriffin Smith1-4/+5
2021-03-08 Implement functions, both top-level and anonymousGriffin Smith1-60/+121
2021-03-07 Initial commitGriffin Smith1-0/+282