Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/superfell/zkparser
ZKParser is a parser / combinator library in Objective-C
https://github.com/superfell/zkparser
Last synced: about 1 month ago
JSON representation
ZKParser is a parser / combinator library in Objective-C
- Host: GitHub
- URL: https://github.com/superfell/zkparser
- Owner: superfell
- Created: 2021-07-08T03:47:22.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-07-08T17:18:04.000Z (over 3 years ago)
- Last Synced: 2024-10-31T16:19:19.393Z (2 months ago)
- Language: Objective-C
- Size: 188 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# ZKParser
ZKParser is a parser / combinator library in Objective-C. It is heavily influenced by [goparsify](https://github.com/Vektah/goparsify)