yet implementing the new compiler

This commit is contained in:
2021-01-19 14:07:42 +00:00
parent e4ae7add8b
commit 16557a970c
8 changed files with 428 additions and 374 deletions

View File

@ -804,7 +804,6 @@ static int compile_break (hcl_t* hcl, hcl_oop_t src)
{
hcl_setsynerrbfmt (hcl, HCL_SYNERR_DOTBANNED, HCL_NULL, HCL_NULL,
"redundant cdr in break - %O", src); /* TODO: error location */
return -1;
}
return -1;
}