hook up LALR backend stub

This commit is contained in:
Sven M. Hallberg 2013-06-04 22:14:06 +02:00
parent ef52f66a8c
commit 976205f9da
5 changed files with 93 additions and 4 deletions

View file

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