@@ -19,12 +19,12 @@ discard block |
||
| 19 | 19 | * limitations under the License. |
| 20 | 20 | */ |
| 21 | 21 | |
| 22 | -require __DIR__ . '/../../vendor/autoload.php'; |
|
| 22 | +require __DIR__.'/../../vendor/autoload.php'; |
|
| 23 | 23 | |
| 24 | -$compiler = Hoa\Compiler\Llk\Llk::load(new Hoa\File\Read(__DIR__ . '/grammar.pp')); |
|
| 24 | +$compiler = Hoa\Compiler\Llk\Llk::load(new Hoa\File\Read(__DIR__.'/grammar.pp')); |
|
| 25 | 25 | |
| 26 | 26 | file_put_contents( |
| 27 | - __DIR__ . '/InnerParser.php', |
|
| 27 | + __DIR__.'/InnerParser.php', |
|
| 28 | 28 | <<<EOS |
| 29 | 29 | <?php |
| 30 | 30 | |
@@ -54,5 +54,5 @@ discard block |
||
| 54 | 54 | */ |
| 55 | 55 | |
| 56 | 56 | EOS |
| 57 | - . 'final ' . Hoa\Compiler\Llk\Llk::save($compiler, 'InnerParser') |
|
| 57 | + . 'final '.Hoa\Compiler\Llk\Llk::save($compiler, 'InnerParser') |
|
| 58 | 58 | ); |