mirror of
https://github.com/smarty-php/smarty.git
synced 2025-10-05 16:50:54 +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]);
|
|
|