|
Lime Parser Generator 0.1.0
Runtime-extensible LALR(1) parser with SIMD tokenization and LLVM JIT
|
Result of executing a single grammar's semantic actions. More...
#include <execution_policy.h>
Data Fields | |
| char * | error |
| NULL on success; malloc'd error on failure. | |
| uint32_t | extension_id |
| Which extension produced this result. | |
| void * | result |
| Semantic action output (owned by caller) | |
Result of executing a single grammar's semantic actions.
Definition at line 128 of file execution_policy.h.
| char* ExecutionResult::error |
NULL on success; malloc'd error on failure.
Definition at line 131 of file execution_policy.h.
| uint32_t ExecutionResult::extension_id |
Which extension produced this result.
Definition at line 129 of file execution_policy.h.
| void* ExecutionResult::result |
Semantic action output (owned by caller)
Definition at line 130 of file execution_policy.h.