summaryrefslogtreecommitdiff
path: root/src/Obs/Main.idr
AgeCommit message (Collapse)Author
2022-12-17Add totality annotations.Greg Brown
The parser is unfortunately not classified as total.
2022-12-17Add type checking and inference.Greg Brown
2022-12-17Define conversion from raw to abstract syntax.Greg Brown
2022-12-17Create executable.Greg Brown
For now, this is a reformatter.