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:
2017-05-26 19:44:03 +02:00
parent 8414e07010
commit 3e68a09ae1
5 changed files with 99 additions and 102 deletions

View File

@@ -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);