Dynamically linked programs containing lexical scanners or parsers developed with styx depend on this library. . It implements abstract grammar, LALR(1) parser and lexical scanner interfaces, hashed symbol tables and supporting data types.
styx | combined parser/scanner generator for C/C++ | Mehr ...
The package facilitates application development including user-defined context free languages. . Its development model deviates from the traditional lex/yacc pair (flex/bison in Debian) by automating tedious tasks which are commonly implemented in yacc's actions. . Styx automatically derives a depth grammar, generates reentrant parsers that support persistent derivation trees, preserve full source information, support Unicode and are thread safe.
styx-dev | combined parser/scanner generator development files | Mehr ...
Static libraries and headers needed for development with styx. . cf. styx for features.
styx-doc | combined parser/scanner generator documentation | Mehr ...
"The Styx Handbook" describes application development with styx and contains HTML reference documentation for the styx API. . Contains a full blown example showing how to build an XML parser with styx. . cf. styx for features.