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

@ -30,6 +30,7 @@ static HParserBackendVTable *backends[PB_MAX + 1] = {
&h__packrat_backend_vtable,
&h__regex_backend_vtable,
&h__llk_backend_vtable,
&h__lalr_backend_vtable,
};