about summary refs log tree commit diff
path: root/src/parser/macros.rs
AgeCommit message (Collapse)AuthorFilesLines
2021-03-13 Add the start of a hindley-milner typecheckerGriffin Smith1-0/+1
The beginning of a parse-don't-validate-based hindley-milner typechecker, which returns on success an IR where every AST node trivially knows its own type, and using those types to determine LLVM types in codegen.
2021-03-13 Factor out expr parser into its own moduleGriffin Smith1-0/+15