diff options
| author | Felix Perktold <Felix.Perktold@student.uibk.ac.at> | 2025-12-20 22:43:37 +0100 |
|---|---|---|
| committer | Felix Perktold <Felix.Perktold@student.uibk.ac.at> | 2025-12-20 22:43:37 +0100 |
| commit | 6506e5c3d24f01b3a662a58884e210f4c9e023b8 (patch) | |
| tree | 00cd6c02a9eefb12890f88f1c5b20fd8d2b7c9a4 /lisp.c | |
| parent | dc0074b1accf92ce2e1fa126dccf702722f11611 (diff) | |
cleanup
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); } |
