xp-framework / compiler

Compiles future PHP to today's PHP.
19 stars 0 forks source link

Compile to directory #23

Closed thekid closed 6 years ago

thekid commented 7 years ago
$ xp compile src/main/php dist

The output files' names will be created from the input files' names stripped of the prefix src/main/php and replace the extension with .class.php.