Skip to content

Parsita 1.7.0

Compare
Choose a tag to compare
@drhagen drhagen released this 01 Jan 19:37
· 80 commits to master since this release

New features proposed and drafted by @lostinplace:

  • Added the debug parser to make it easy to print or callback from a particular parser for debugging purposes (#28)
  • Added the until parser to capture all input until a parser matches (#29)
  • Added min and max to rep and repsep to constrain the minimum and maximum number of times each will match