From 3395cd7dc356b61fe48ee9d755eef8a7b19ee9f1 Mon Sep 17 00:00:00 2001 From: Kyle Gunger Date: Fri, 29 Oct 2021 20:06:51 -0400 Subject: [AST] Statement parsing (incomplete) Still need to figure out a check for a type followed by a value --- tests/literal-test.tnsl | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'tests/literal-test.tnsl') diff --git a/tests/literal-test.tnsl b/tests/literal-test.tnsl index 1841159..73f5f77 100644 --- a/tests/literal-test.tnsl +++ b/tests/literal-test.tnsl @@ -15,8 +15,8 @@ #/ # These should all work -;[]char s = "\"" -;[]char st="\\" +;{}char s = "\"" +;{}char st="\\" ;int i = 0 ;int j=1 @@ -40,4 +40,5 @@ ;int k = .1 -;int l = 0x01 \ No newline at end of file +;int l = 0x01 + -- cgit v1.2.3