This currently is a test to create a new kind of (very simple) parser that could handle arbitrary error messages. I want my errors to be easily translated in different languages, so they shouldn't be arbitrary strings.
 
 
 
 
Go to file
Philippe Pittoli 46469bb8f4 Add Parsing.hs which is from a book and helped me write the parser. 2024-01-09 08:45:58 +01:00
src Add Parsing.hs which is from a book and helped me write the parser. 2024-01-09 08:45:58 +01:00
test Parser repository init. 2023-12-17 12:57:26 +01:00
.gitignore Parser repository init. 2023-12-17 12:57:26 +01:00
makefile Blah 2023-12-31 16:03:39 +01:00
packages.dhall Parser repository init. 2023-12-17 12:57:26 +01:00
spago.dhall Lacks Control.Lazy and our parser will be full-featured. 2024-01-09 08:44:39 +01:00