From 5b8bf872a2524027844b576b1ae5b74a823187a8 Mon Sep 17 00:00:00 2001 From: Tan Kian-ting Date: Wed, 29 Jan 2025 01:37:39 +0800 Subject: [PATCH] fix comment --- src/interp.jl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/interp.jl b/src/interp.jl index a092d9c..8d67125 100644 --- a/src/interp.jl +++ b/src/interp.jl @@ -16,7 +16,8 @@ interp: the intepreter of the uahgi. - ast: element or part of the ast - env: the variable storaging environment -- res_box: the generated result box containing the content +- res_box: the generated result box containing the content\ +- put_char(bool. value): if the character should be put into the res_box """ function interp(ast, env, res_box, put_char=true) #println("INTERP", ast)