Add dynamic length string

This commit is contained in:
Moammad97 2020-11-28 19:39:08 +03:30
parent 0d4af9906a
commit d49cb32e91
5 changed files with 118 additions and 84 deletions

View file

@ -3,7 +3,7 @@
* @author M.H. Gholamrezei (gholamrezaei.mh@gmail.com)
* @brief Script engine Parse table generator
* @details This program reads grammer from Greammer.txt file
* placed in the same directory of the program and
* placed in the same directory of the program
* and creates ParseTable.h which is used by the
* parser of script engine.
* @version 0.1