Remove suck
struct context::arguments stank, the "arg" special form stank. The amount of lines this adds can be counted on one hand.
This commit is contained in:
@@ -51,7 +51,8 @@ main (int argc, char *argv[]) {
|
||||
printf ("%s\n", "runtime library initialization failed");
|
||||
|
||||
struct item *result = NULL;
|
||||
(void) execute (&ctx, program, &result);
|
||||
// TODO: pass argv as the list of arguments
|
||||
(void) execute_block (&ctx, program, NULL, &result);
|
||||
item_free_list (result);
|
||||
item_free_list (program);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user