From 272d8bfd9c7b04b32f32b327833057469e8de05a Mon Sep 17 00:00:00 2001 From: Leo Tenenbaum Date: Thu, 10 Oct 2019 23:47:46 -0400 Subject: cgen more types, unary, etc. --- test.toc | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'test.toc') diff --git a/test.toc b/test.toc index 2bb900a..9de5527 100644 --- a/test.toc +++ b/test.toc @@ -1,3 +1,10 @@ main @= fn() { - x := 5; -}; \ No newline at end of file + +}; + +foo := 5; +bar := "Hello"; +a, b := 123; +x := 'a'; +sadkfj := -1293812; +kjdshaf := *&*&*&*&*&x; \ No newline at end of file -- cgit v1.2.3