|
Lime Parser Generator 0.1.0
Runtime-extensible LALR(1) parser with SIMD tokenization and LLVM JIT
|
Initialize and tear down the global extension registry. More...
Functions | |
| void | lemon_extension_registry_destroy (void) |
| Destroy the global extension registry. | |
| bool | lemon_extension_registry_init (void) |
| Initialize the global extension registry. | |
Initialize and tear down the global extension registry.
| void lemon_extension_registry_destroy | ( | void | ) |
#include <include/parser.h>
Destroy the global extension registry.
Unloads all extensions and frees registry resources.
| bool lemon_extension_registry_init | ( | void | ) |
#include <include/parser.h>
Initialize the global extension registry.
Must be called before any extension functions.
| true | Initialization succeeded. |
| false | Initialization failed. |