readme first version

This commit is contained in:
uan
2026-02-06 18:45:34 +01:00
parent a09a642bb7
commit f5ba66c0ff
2 changed files with 120 additions and 1 deletions

View File

@@ -193,7 +193,6 @@ fn (mut g Generator) gen_expr(expr Expr) {
g.out.write_string('print_${class_name}(')
g.gen_expr(inner_expr)
g.out.write_string(', 0);')
} else {
g.out.write_string('printf(\"')
format := get_type_format(expr_type)
g.out.write_string('%${format}')