You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
511 B
14 lines
511 B
Index: bin/pegjs-main.js |
|
--- bin/pegjs-main.js.orig 2010-06-10 09:54:23.000000000 +0200 |
|
+++ bin/pegjs-main.js 2010-08-12 10:54:19.000000000 +0200 |
|
@@ -5,8 +5,8 @@ |
|
* Rhino does not have __FILE__ or anything similar so we have to pass the |
|
* script path from the outside. |
|
*/ |
|
-load(arguments[0] + "/../lib/compiler.js"); |
|
-load(arguments[0] + "/../lib/metagrammar.js"); |
|
+load(arguments[0] + "/pegjs-compiler.js"); |
|
+load(arguments[0] + "/pegjs-metagrammar.js"); |
|
|
|
var FILE_STDIN = "-"; |
|
var FILE_STDOUT = "-";
|
|
|