xp-framework / compiler

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

Implement compiling to directory #30

Closed thekid closed 6 years ago

thekid commented 6 years ago

This will compile all files inside src/main/php to the dist folder:

$ xp compile src/main/php dist/

See #23