https://github.com/circargs/parsnim
a parser combinator in nim
https://github.com/circargs/parsnim
nim parser parser-combinators
Last synced: 8 months ago
JSON representation
a parser combinator in nim
- Host: GitHub
- URL: https://github.com/circargs/parsnim
- Owner: CircArgs
- License: mit
- Created: 2022-09-01T01:07:30.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-09-28T01:23:46.000Z (over 2 years ago)
- Last Synced: 2023-09-29T04:50:22.424Z (over 2 years ago)
- Topics: nim, parser, parser-combinators
- Language: Nim
- Homepage: https://circargs.github.io/parsnim/parsnim.html
- Size: 1.47 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# parsnim
a parser combinator in nim
# Installation
You can install parsnim using nimble.
```
nimble install https://github.com/CircArgs/parsnim
```