mirror of
https://github.com/smarty-php/smarty.git
synced 2025-10-08 02:01:00 +02:00
8 lines
139 B
PHP
8 lines
139 B
PHP
![]() |
<?php
|
||
|
|
||
|
require_once __DIR__ . '/../vendor/autoload.php';
|
||
|
|
||
|
$lex = new \SmartyGenerator\LexerGenerator();
|
||
|
$lex->create($argv[1], $argv[2]);
|
||
|
|