From 96fe523e673ed1d69ba5aee4fbec40e113a6264e Mon Sep 17 00:00:00 2001 From: "Konstantin Kirik (snegovick)" Date: Sat, 20 Dec 2025 03:45:01 +0300 Subject: Disable debug printing in parser --- appl/cmd/sh92.b | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appl/cmd/sh92.b b/appl/cmd/sh92.b index 3776e66..0c1ece7 100644 --- a/appl/cmd/sh92.b +++ b/appl/cmd/sh92.b @@ -522,5 +522,5 @@ init(ctxt: ref Draw->Context, argv: list of string) { toks1 := tokenize("AB = 'smth \"test\" '; echo ${AB}; echo $AB", 0); grammar:= mk_grammar(pctx); - parse_toks(toks1, grammar); + parse_toks(toks1, grammar, 0); } -- cgit v1.2.3