From 8b727c4173c65efb55b59dec9cd5e4066aa9f1f1 Mon Sep 17 00:00:00 2001 From: Kyle Gunger Date: Fri, 19 May 2023 18:02:40 -0400 Subject: Updated enum checking --- tnslc/hello.tnsl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tnslc/hello.tnsl') diff --git a/tnslc/hello.tnsl b/tnslc/hello.tnsl index 0742564..a2bdc68 100644 --- a/tnslc/hello.tnsl +++ b/tnslc/hello.tnsl @@ -1,6 +1,6 @@ :include "c_wrap.tnsl" -{}uint8 star = "hello.tnsl\0" +{}uint8 star = "*\0" {}uint8 space = " \0" {}uint8 new_line = "\n\0" -- cgit v1.2.3