vi-kon/laravel-parser

Parser and Lexer for Laravel 5

v2.0.1 2015-03-10 01:10 UTC

This package is not auto-updated.

Last update: 2024-04-13 13:57:11 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

Back to top

TODO

  • Fix incoming bugs
  • Finish documentation

Back to top

Features

  • Parse text by custom rules
  • Nesting multiple rules
  • Multiple output renderers

Base principe

TODO