Class mmir.env.grammar.JsccAsyncGenerator
Defined in: jsccAsyncGenerator.js.
Constructor Attributes | Constructor Name and Description |
---|---|
Asynchronous generator for executable language-grammars (i.e.
|
Class Detail
mmir.env.grammar.JsccAsyncGenerator()
Asynchronous generator for executable language-grammars (i.e. converted JSON grammars).
This generator uses JS/CC for compiling the JSON grammar.
Usage of this compile is the same as for synchronously working JsccGenerator.
- Requires:
- JsccGenerator
- jQuery.extend
- jQuery.deferred
- See:
- JsccGenerator