fix comment
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-29 01:37:39 +08:00
parent 0196e08aff
commit 5b8bf872a2

View file

@ -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)