summaryrefslogtreecommitdiff
path: root/ast.c
diff options
context:
space:
mode:
authorubq323 <ubq323@ubq323.website>2023-07-11 02:06:59 +0100
committerubq323 <ubq323@ubq323.website>2023-07-11 02:06:59 +0100
commitd9eb793ad606fd47d17a17af24b78b46f2180f84 (patch)
tree14d943dc1a226a187b20285ea53828f72b251e42 /ast.c
parent1e19e4c6e052909bf76a30b26f63dcf32576e994 (diff)
allow more characters in symbols
Diffstat (limited to 'ast.c')
-rw-r--r--ast.c1
1 files changed, 0 insertions, 1 deletions
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;
}
-
}