Early Access Caveats
The early access versions are made available at no cost for evaluation purposes only. The goal is to gather feedback (especially including bug reports) on the path to commercial release. The early access versions are expected to be not ready for prime time, but if you wish to contract with us under a less restrictive license while in early access mode, please contact us at info@transmogrifiers.com
API documentation is available in the release zip, although further work is needed (look in the doc/html directory in the distribution); in the meantime, runtime source is provided with the distribution. The tutorial example in the manual has not been updated for LGLL (the tutorial STC app was developed with an LL(1) recognizer generator). The manual lacks adequate runtime documentation, although the tutorial should help with that.
API documentation is available in the ea2 release, although further work is needed (look in the doc/html directory in the distribution); in the meantime, runtime source is provided with the distribution. The tutorial example in the manual has not been updated for LGLL (the tutorial STC app was developed with an LL(1) recognizer generator). The manual lacks adequate runtime documentation, although the tutorial should help with that.
ANTLR Yggdrasil is unusual among parser generators in requiring a start symbol (top level production); the -S <start> option is essential.
Lexer: Recognition is currently done token-by-token; this required a workaround for STC to issue multiple tokens. Lexer editing is currently limited to character and string deletion; character and string insertion (including addition of a character attribute) support is yet to come.
ANTLR Yggdrasil is unusual among parser generators in requiring a start symbol (top level production); the -S <start> option is essential.
Lexer: Recognition is currently done token-by-token; this required a workaround for STC to issue multiple tokens. Lexer editing is currently limited to character and string deletion; character and string insertion (including addition of a character attribute) support is yet to come.
Please report bugs to defects@transmogrifiers.com.