The latest version of luthor is 0.0.2-0.
luthor
Version 0.0.0 revision 0 uploaded by ZankokuOkuno.
Package meta
- Synopsis
- Tools for lexing and utilizing lexemes that integrate with Parsec.
- Description
Like parser combinators? Building a big parser? Save hundreds of sloc, hours of debuging and several headaches by using Luthor on top of the familiar Parsec library.
Parsec works great for small parsers, but as the size of the parser grows, complexity can grow exponentially without taking serious and tricky precautions. Luthor provides reusable utilities to isolate the complex parts of parsing. Amonst its weaponry are 1) more composable combinators, 2) pre-built token parsers, 3) tools to build a scannerful parser, and 4) tools to work with indentation. Luthor reduces overall complexity, generally increases performance and error reporting, and cuts down on wheel re-invention.
- Author
- Zankoku Okuno
- Bug reports
- https://github.com/Zankoku-Okuno/luthor/issues
- Category
- Text, Language
- Copyright
- n/a
- Homepage
- https://github.com/Zankoku-Okuno/luthor
- Maintainer
- zankoku.okuno@gmail.com
- Package URL
- n/a
- Stability
- experimental