vi-kon / laravel-parser by vincekovacs

Parser and Lexer for Laravel 5
335
0
2
Package Data
Maintainer Username: vincekovacs
Maintainer Contact: vincekovacs@hotmail.com (Kovács Vince)
Package Create Date: 2014-08-27
Package Last Update: 2016-05-03
Home Page:
Language: PHP
License: MIT
Last Refreshed: 2024-04-22 03:02:15
Package Statistics
Total Downloads: 335
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 0
Total Watchers: 2
Total Forks: 0
Total Open Issues: 0

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