Looking to hire Laravel developers? Try LaraJobs

laravel-parser maintained by vi-kon

Description
Parser and Lexer for Laravel 5
Author
Last update
2015/03/10 02:10 (v2.0.1)
License
Downloads
353
Tags

Comments
comments powered by Disqus

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

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