laravel-parser maintained by vi-kon
Parser and lexer
This package is for text parsing by custom rulesets.
Table of content
Known issues
- markdown
- list items are always formatted as paragraph
- links label not accepts inner formatting options
TODO
- Fix incoming bugs
- Finish documentation
Features
- Parse text by custom rules
- Nesting multiple rules
- Multiple output renderers
Base principe
TODO