fix error
Some checks are pending
CI / Julia 1.6 - ubuntu-latest - x64 (push) Waiting to run
CI / Julia 1.7 - ubuntu-latest - x64 (push) Waiting to run
CI / Julia pre - ubuntu-latest - x64 (push) Waiting to run

This commit is contained in:
Tan, Kian-ting 2025-01-27 23:25:09 +08:00
parent c1b4a45d6a
commit f430a9ba09

View file

@ -138,7 +138,7 @@ function hyphenate(ast)
end end
end end
println("New AST Val=====", new_ast_val3) println(new_ast_val3)
return c.PROG(new_ast_val3) return c.PROG(new_ast_val3)
else else