Note: If you need something more custom, do not be afraid to check
out the implementation and customize it for your case. It is better to get
nice error messages with a lower-level implementation than trying to hack
high-level parsers to do things they are not made for.
Handle things like lists and records, but you can customize the details however you need. Say you want to parse C-style code blocks:
Note: If you need something more custom, do not be afraid to check out the implementation and customize it for your case. It is better to get nice error messages with a lower-level implementation than trying to hack high-level parsers to do things they are not made for.
See