PHP-Klasse::PHPCC 02.04.2007

Kurzbeschreibung: Parse language string according to a given grammar
Veröffentlicht am: 02.04.2007
Gruppe(n):
- Language
- Code Generation
Beschreibung:
This package can be used to parse code in any language given the definition of the language grammar.
It takes as parameter a definition of a language grammar as a string. Then the main class can parse and process source code in the defined language.
The main compiler class can assign callback functions that are invoked to process different types of elements of the language syntax.
Link: PHPCC