Integrate prebuild modules
For supporting this proposal:
https://github.com/ircmaxell/PhpGenerics/issues/13
the compiler needs a concept of loading modules before compiling the code. e.g. you dont want to do black magic in every autoloader.
Already supported: https://github.com/ircmaxell/php-compiler/blob/master/lib/Runtime.php#L116
:D
As far as including generics, I think I'd rather include them as native rather than the hacky addition once the compiler is up and running...
I will look into it further.
cool repos.
But dont loose your hackyness. youre the master black magicphpian
Also. sorry to bother you with.... documentation. :3 But i know the code is the documentation. But a good README.md how to run it... configure it... is a good catch for every project.