Product Details
Generátor pro rychlé prototypování překladačů
Created: 2009
Parser generator, Language description, Language interpreting, Lexical analysis, Syntactic analysis, Semantic subroutines
An authorized software is represented by a program which can be used to design and creation of an SLR(1) parser, by description of its structure (structure of accepted language). Software is useful for rapid prototyping of simple language parsers and consequent generation of their C/C++ source codes. Requested parser is defined by description of accepted language. Language is described by set of its building symbols (terminal symbols) and by description of language syntax by its grammar. Parser generator enables testing of designed language on given source strings by definition of testing semantic subroutines. More detailed description of authorized software can be found in enclosed documentation.