janephp icon indicating copy to clipboard operation
janephp copied to clipboard

Convert runtime generated files to AST

Open Korbeil opened this issue 5 years ago • 0 comments

The idea is to take all files in src/**/Generator/Runtime/data and convert them as AST in order to remove theses files after.

To make this you can use the AST builder from php-parser: https://github.com/nikic/PHP-Parser/blob/master/doc/component/AST_builders.markdown (you can read more about php-parser on the repo README).

Korbeil avatar Oct 13 '20 11:10 Korbeil