Make Label a method on Parser

This commit is contained in:
2024-09-13 11:35:13 -06:00
parent a223f18f02
commit 8e7a9760c6
2 changed files with 15 additions and 14 deletions

View File

@ -2,3 +2,4 @@ Test RuneReader
Test Regexp
Add SPDX tags
What's Megaparsec got that we ain't got?
Add Do parser that runs an action on the result of the previous parser.