Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/markfarrell/purescript-parsing-repetition
Helper functions for the repetition of PureScript parsers, e.g. range of number of occurrences and validation constraints on trailing input.
https://github.com/markfarrell/purescript-parsing-repetition
purescript
Last synced: 20 days ago
JSON representation
Helper functions for the repetition of PureScript parsers, e.g. range of number of occurrences and validation constraints on trailing input.
- Host: GitHub
- URL: https://github.com/markfarrell/purescript-parsing-repetition
- Owner: markfarrell
- Created: 2020-06-02T20:06:03.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-12-09T07:26:42.000Z (about 3 years ago)
- Last Synced: 2024-10-16T03:05:29.867Z (2 months ago)
- Topics: purescript
- Language: PureScript
- Homepage:
- Size: 21.5 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# purescript-parsing-repetition
Helper functions for the repetition of PureScript parsers, e.g. range of number of occurrences and validation constraints on trailing input.