From d9eb793ad606fd47d17a17af24b78b46f2180f84 Mon Sep 17 00:00:00 2001 From: ubq323 Date: Tue, 11 Jul 2023 02:06:59 +0100 Subject: allow more characters in symbols --- ast.c | 1 - 1 file changed, 1 deletion(-) (limited to 'ast.c') diff --git a/ast.c b/ast.c index 7474d45..ee2f0ab 100644 --- a/ast.c +++ b/ast.c @@ -74,5 +74,4 @@ void astnode_disp(AstNode *a) { printf("s:%s ",a->as.str); break; } - } -- cgit v1.2.3