Skip to content

Commit

Permalink
Fixed filename in readme and added some styling
Browse files Browse the repository at this point in the history
  • Loading branch information
wisskid committed Feb 16, 2020
1 parent 25424ea commit 73b6eea
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,17 @@ in your composer.json file to get the generator for Smarty 3.1.18.



To generate the template lexer and parser run Create_Template_Parser.php.
To generate the template lexer and parser run: `php Create_Template_Parser.php`

It will create
smarty_internal_templatelexer.php from smarty_internal_templatelexer.plex
smarty_internal_templateparser.php from smarty_internal_templateparser.y
* `smarty_internal_templatelexer.php` from `smarty_internal_templatelexer.plex`
* `smarty_internal_templateparser.php` from `smarty_internal_templateparser.y`

To generate the config file lexer and parser run: `php Create_Config_Parser.php`

To generate the config file lexer and parser run Create_Template_Parser.php.
It will create
smarty_internal_configfilelexer.php from smarty_internal_configfilelexer.plex
smarty_internal_configfileparser.php from smarty_internal_configfileparser.y
* `smarty_internal_configfilelexer.php` from `smarty_internal_configfilelexer.plex`
* `smarty_internal_configfileparser.php` from `smarty_internal_configfileparser.y`

If the "smarty/smarty" package was installed by composer the generated lexer and parser files will be copied
automatically into the distribution.
Expand Down

0 comments on commit 73b6eea

Please sign in to comment.