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