php-kafka / php-avro-schema-generator

PHP avro subschema merger and experimental PHP Class avro schema generator
BSD 3-Clause "New" or "Revised" License
5 stars 5 forks source link

Consider replacing current TokenParser #26

Closed nick-zh closed 2 years ago

nick-zh commented 2 years ago

TokenParser was pieced together from other projects. Evaluate if it would be feasible to replace it with something that is better maintained like PHP-Parser

nick-zh commented 2 years ago

It seems that this should be feasible, i will split it into:

and provide some interfaces, so it is possible to customize the behaviour