added ties to build script

This commit is contained in:
Mikael Vejdemo-Johansson 2015-04-08 13:44:14 +02:00
parent 7fdc687bd4
commit 9a1812bd49
2 changed files with 3 additions and 2 deletions

View file

@ -8,4 +8,5 @@ base64 = example.Program('base64', 'base64.c')
base64_sem1 = example.Program('base64_sem1', 'base64_sem1.c')
base64_sem2 = example.Program('base64_sem2', 'base64_sem2.c')
singular = example.Program('explore_singular', 'explore_singular.c')
env.Alias("examples", [dns, base64, base64_sem1, base64_sem2, singular])
ties = example.Program('ties', 'ties.c')
env.Alias("examples", [dns, base64, base64_sem1, base64_sem2, singular, ties])

View file

@ -318,7 +318,7 @@ int main(int argc, char **argv)
HAllocator *mm__ = &system_allocator;
HCFGrammar *g = h_cfgrammar_(mm__, h_desugar_augmented(mm__, cfExample()));
HCFGrammar *g = h_cfgrammar_(mm__, h_desugar_augmented(mm__, finkmaoTW()));
if (g == NULL) {
fprintf(stderr, "h_cfgrammar failed\n");
return 1;