diff options
| author | Peter Mikkelsen <petermikkelsen10@gmail.com> | 2026-05-16 10:59:21 +0200 |
|---|---|---|
| committer | Peter Mikkelsen <petermikkelsen10@gmail.com> | 2026-05-16 10:59:21 +0200 |
| commit | d86f31325ca1343355f81918f0ad449f8788baa1 (patch) | |
| tree | 277f2a324bd0f6b3d85ba4df693c05722934badf /lib/run_line.c | |
| parent | 3b0ed8d3296efd16e422e66168dab66399f60776 (diff) | |
Commit work in progress changes
Diffstat (limited to 'lib/run_line.c')
| -rw-r--r-- | lib/run_line.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/run_line.c b/lib/run_line.c index 22f6055..354ab07 100644 --- a/lib/run_line.c +++ b/lib/run_line.c @@ -29,6 +29,7 @@ aplwc_run_line(struct aplwc *aplwc, const char *line) aplwc_scan_line(context, line); aplwc_parse(context); + aplwc_compile(context); aplwc_eval(context); aplwc_free_eval_context(context); } |