From fcc247dbe0d442a3ad24ecda843ae9dcc8d56b77 Mon Sep 17 00:00:00 2001 From: Leo Tenenbaum Date: Wed, 21 Aug 2019 11:10:29 -0400 Subject: started function calls still some bugs --- test.toc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test.toc') diff --git a/test.toc b/test.toc index 9dedea4..d53960d 100644 --- a/test.toc +++ b/test.toc @@ -1,5 +1,5 @@ main :- fn(){ - (fn(x: int, y: float) int { + 1+fn(x: int, y: float) int { printf("Hello!\n"); - })(3, 7.3); + }; }; -- cgit v1.2.3