diff options
Diffstat (limited to 'lisp.c')
| -rw-r--r-- | lisp.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -87,7 +87,7 @@ int main(void) { char* line; while ((line = readline("λ > ")) != NULL) { if (*line) add_history(line); - yy_scan_string(line); // feed input to Flex/Bison + yy_scan_string(line); yyparse(); free(line); } |
