diff options
| author | Ákos Kőrösi <korakos99@gmail.com> | 2026-05-18 12:09:53 +0200 |
|---|---|---|
| committer | Ákos Kőrösi <korakos99@gmail.com> | 2026-05-18 12:09:53 +0200 |
| commit | 0916bce4d23c59e3d12df3b216fad62b60e4f155 (patch) | |
| tree | e2c748503eae4db77d3f247d12485cbc9cf24a41 /main.c | |
| parent | c871db694f849075dd3f6637abd424272f112af5 (diff) | |
add exec to the lex refactor
Diffstat (limited to 'main.c')
| -rw-r--r-- | main.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -27,9 +27,7 @@ int main() { tokstream[i] = **get_from_TokenPtrVec(&line_tok_ptrs, i); } Pipeline pl = parse_tokstream(tokstream); - /* run_pipeline(pl, &shstate); - */ free(tokstream); } free(line); |
