summaryrefslogtreecommitdiff
path: root/tnslc/parse
diff options
context:
space:
mode:
authorKai Gunger <kgunger12@gmail.com>2026-07-11 06:08:40 -0400
committerKai Gunger <kgunger12@gmail.com>2026-07-11 06:08:40 -0400
commitbc52debb9566d4c4cbdb398837c3244e53b81e75 (patch)
tree3f05abb8b5cb1b0c7f68903ae2ec648df3b850c0 /tnslc/parse
parent4fbc5d6511a404319a5392f96b105823a63de893 (diff)
[tnslc] bootstrap parser
Diffstat (limited to 'tnslc/parse')
-rw-r--r--tnslc/parse/ast.tnsl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tnslc/parse/ast.tnsl b/tnslc/parse/ast.tnsl
index b517e41..46b1025 100644
--- a/tnslc/parse/ast.tnsl
+++ b/tnslc/parse/ast.tnsl
@@ -1104,7 +1104,7 @@ int errors_shown = 0
_ast_block_pass(fin, first)
- /; if (_advance_check(fin, first`, ";/\0") == false)
+ /; if (_advance_check(fin, first, ";/\0") == false)
_ast_print_err(fin, ~blf, "Could not find closing ;/ for top block\0")
;/
blf.end()