summaryrefslogtreecommitdiff
path: root/src/Obs/Parser.idr
AgeCommit message (Expand)Author
2022-12-20Add equality types and casts.Greg Brown
2022-12-18Add dependent sums.Greg Brown
2022-12-18Introduce better logging.Greg Brown
2022-12-18Add dependent products.Greg Brown
2022-12-18syntax: rename "_" -> "*".Greg Brown
2022-12-18Make the parser commit to the choices it makes.Greg Brown
2022-12-18Add False type.Greg Brown
2022-12-18Add the True type.Greg Brown
2022-12-17Add totality annotations.Greg Brown
2022-12-17Add parser for raw syntax.Greg Brown