hook up LALR backend stub
This commit is contained in:
parent
ef52f66a8c
commit
976205f9da
5 changed files with 93 additions and 4 deletions
|
|
@ -219,6 +219,7 @@ struct HBitWriter_ {
|
|||
// Backends {{{
|
||||
extern HParserBackendVTable h__packrat_backend_vtable;
|
||||
extern HParserBackendVTable h__llk_backend_vtable;
|
||||
extern HParserBackendVTable h__lalr_backend_vtable;
|
||||
// }}}
|
||||
|
||||
// TODO(thequux): Set symbol visibility for these functions so that they aren't exported.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue