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