没有任何数据可供显示
开源项目社区 | 当前位置 : |
|
www.trustie.net/open_source_projects | 主页 > 开源项目社区 > tzparser |
tzparser
|
0 | 0 | 33 |
贡献者 | 讨论 | 代码提交 |
tzParser est une librarie de parsing LL C++ et un logiciel de generation de parser LL C++. Cette librairie a ete cree par Salomon BRYS (salomon . brys @ gmail . com) afin de permettre a n'importe quel programmeur de generer facilement un parser LL pour n'importe quelle type de syntaxe.
La librairie tzParser est une librairie qui permet de creer facilement un parser en C++ integrable dans votre aplication. Elle s'inspire de la BNF pour creer facilement des parser. Elle permet de parser un flux pour en recuperer un AST (Abstract Syntaxe Tree) en fonction d'une syntaxe.
Le logiciel tzParser est un logiciel qui genere du code parser C++ utilisant la librairie tzParser en fonction d'un fichier BNF.
tzParser is both a LL parsing library in C++ and a software that generates LL parsers in C++. This library was created by Salomon BRYS (salomon . brys @ gmail . com) to allow any programmer to easily generate a LL parser that works with any syntax.
The tzParser library is a library which allows the easy creation of a parser in C++ which can be integrated into your application. It is derived from the BNF so as to easily create parsers. It allows the parsing of a flux in order to get an AST (Abstract Syntaxe Tree) depending on the syntax.
The tzParser software is a software which generates parsing code in C++, using the tzParser library based upon a BNF file.