added ties to build script
This commit is contained in:
parent
7fdc687bd4
commit
9a1812bd49
2 changed files with 3 additions and 2 deletions
|
|
@ -8,4 +8,5 @@ base64 = example.Program('base64', 'base64.c')
|
||||||
base64_sem1 = example.Program('base64_sem1', 'base64_sem1.c')
|
base64_sem1 = example.Program('base64_sem1', 'base64_sem1.c')
|
||||||
base64_sem2 = example.Program('base64_sem2', 'base64_sem2.c')
|
base64_sem2 = example.Program('base64_sem2', 'base64_sem2.c')
|
||||||
singular = example.Program('explore_singular', 'explore_singular.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])
|
||||||
|
|
@ -318,7 +318,7 @@ int main(int argc, char **argv)
|
||||||
HAllocator *mm__ = &system_allocator;
|
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) {
|
if (g == NULL) {
|
||||||
fprintf(stderr, "h_cfgrammar failed\n");
|
fprintf(stderr, "h_cfgrammar failed\n");
|
||||||
return 1;
|
return 1;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue