Add vscode extension, command line argument, and positioned error handling.

This commit is contained in:
2024-07-04 23:40:38 -04:00
parent 0cad438f4d
commit b9f921ab3b
24 changed files with 5701 additions and 98 deletions

View File

@@ -136,9 +136,6 @@ Show Raw where
show RU = "U"
show (RSrcPos pos tm) = show tm
export
interface Pretty a where
pretty : a -> Doc
export
Pretty Raw where