From 1100ac865074effb3a4735c7449779f7193b7d0c Mon Sep 17 00:00:00 2001 From: Kyle Gunger Date: Fri, 3 Dec 2021 18:25:03 -0500 Subject: General updates + Fill out eval a little and make sure that this builds. ~ CF kinda broken in AST. Gonna have to fix that. Upcoming Parser update. --- tests/literal-test.tnsl | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'tests/literal-test.tnsl') diff --git a/tests/literal-test.tnsl b/tests/literal-test.tnsl index 73f5f77..6e55323 100644 --- a/tests/literal-test.tnsl +++ b/tests/literal-test.tnsl @@ -28,17 +28,19 @@ # Invalid (some may be weeded out through the verify phase): -;string s "" +#;string s "" -;int 0 i +#;int 0 i # Invalid ops should also be detected if dealing with literals -;char c ~= 's' +#;char c ~= 's' # Debate over weather these are legal -;int k = .1 +#;int k = .1 ;int l = 0x01 +;int i +;a a; -- cgit v1.2.3