diff options
Diffstat (limited to 'utilities/make-lexer.php')
| -rw-r--r-- | utilities/make-lexer.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/utilities/make-lexer.php b/utilities/make-lexer.php new file mode 100644 index 00000000..cfeeede4 --- /dev/null +++ b/utilities/make-lexer.php @@ -0,0 +1,7 @@ +<?php + +require_once __DIR__ . '/../vendor/autoload.php'; + +$lex = new \SmartyGenerator\LexerGenerator(); +$lex->create($argv[1], $argv[2]); + |
