Scriptor / pharen

Lisp to PHP Compiler
http://pharen.org
BSD 3-Clause "New" or "Revised" License
218 stars 31 forks source link

Forward arguments to pharen when using pharen.bat #55

Closed jcmoyer closed 10 years ago

jcmoyer commented 10 years ago

Running pharen foo.phn on Windows boots you into the pharen repl instead of compiling foo.phn. This is because the pharen.bat wrapper does not forward arguments it receives to the pharen bootstrap script. This pull request fixes that issue.

Scriptor commented 10 years ago

Thanks!