Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/unkindpartition/lexer-applicative
Applicative lexer
https://github.com/unkindpartition/lexer-applicative
Last synced: 3 months ago
JSON representation
Applicative lexer
- Host: GitHub
- URL: https://github.com/unkindpartition/lexer-applicative
- Owner: UnkindPartition
- License: mit
- Created: 2015-02-20T22:32:51.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2019-11-26T06:32:50.000Z (about 5 years ago)
- Last Synced: 2024-10-28T14:18:11.046Z (3 months ago)
- Language: Haskell
- Size: 25.4 KB
- Stars: 13
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
Simple applicative lexer based on the article
[Lexical analysis with parser combinators][1]
and the [regex-applicative][2] library.[1]: https://ro-che.info/articles/2015-01-02-lexical-analysis
[2]: http://hackage.haskell.org/package/regex-applicative-0.3.1/docs/Text-Regex-Applicative.html