|
Lime Parser Generator 0.1.0
Runtime-extensible LALR(1) parser with SIMD tokenization and LLVM JIT
|
Opaque parser handle for the execution engine. More...
Typedefs | |
| typedef struct LimeParserHandle | LimeParserHandle |
| Opaque parser handle for the execution engine. | |
Opaque parser handle for the execution engine.
| typedef struct LimeParserHandle LimeParserHandle |
#include <include/execution_policy.h>
Opaque parser handle for the execution engine.
In practice these are generated parser instances (yyParser from limpar.c), but the policy engine does not depend on their internal structure.
Definition at line 150 of file execution_policy.h.