vi-kon / laravel-parser
Parser and Lexer for Laravel 5
v2.0.1
2015-03-10 01:10 UTC
Requires
- php: >=5.4.0
- illuminate/support: ~5.0
This package is not auto-updated.
Last update: 2024-11-23 17:47:12 UTC
README
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