fluxbb / commonmark

Object-oriented and extensible PHP 5.4+ CommonMark spec-compliant Markdown parser
MIT License
15 stars 1 forks source link

Regex optimization #4

Open franzliedke opened 9 years ago

franzliedke commented 9 years ago

Once we support the full spec (#1), it will make sense to investigate the regular expressions for optimization potential, e.g. subroutines or the S modifier.