Lime Parser Generator 0.1.0
Runtime-extensible LALR(1) parser with SIMD tokenization and LLVM JIT
Loading...
Searching...
No Matches
Parser Handle

Opaque parser handle for the execution engine. More...

Typedefs

typedef struct LimeParserHandle LimeParserHandle
 Opaque parser handle for the execution engine.
 

Detailed Description

Opaque parser handle for the execution engine.

Typedef Documentation

◆ 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.