hafriedlander / php-peg

PEG (parsing expression grammar) compiler for PHP
Other
191 stars 53 forks source link

Class name is too generic. #12

Closed dantman closed 12 years ago

dantman commented 12 years ago

The class name 'Parser' is far too generic. This is a library rather than a host system so it should avoid generic words. For example, if I wanted to use this inside of a MediaWiki extension I could not use it as-is. Since it would conflict with MediaWiki's Parser class.

hafriedlander commented 12 years ago

Thanks to @ju1ius php-peg is now namespaced and PSR-0 compliant, so this shouldn't be an issue any more.