xp-framework / compiler

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

Support compiling to XAR archives #95

Closed thekid closed 3 years ago

thekid commented 3 years ago

Compile src/main/php and src/test/php to the dist.xar archive:

$ xp compile -o dist.xar src/main/php/ src/test/php/
# ...