Fix big casting bug in CALL, euler.kl is working now too
This commit is contained in:
@@ -368,6 +368,10 @@ gen_ast(Ast *ast){
|
||||
gen("// const Bool %s = ", node->name.str);
|
||||
gen_value(node->value);
|
||||
}break;
|
||||
case TYPE_LAMBDA:{
|
||||
gen("// ");
|
||||
gen_lambda(node->name, node->lambda);
|
||||
} break;
|
||||
invalid_default_case;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user