Scriptor / pharen

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

Use relative path in lang.php for better portability #13

Closed jeromebaum closed 13 years ago

jeromebaum commented 13 years ago

Previously we were using both a relative and an absolute path. As lexical.php is being require_once'd twice anyway, remove the instance that uses an absolute path.

EDIT 2011-01-15 02:09+00:00: Two more commits, works a bit better on Cygwin now.