From bda2ff9eea470e7eb6dc573849dfc6abe8365069 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Fri, 27 Jan 2023 21:14:39 +0100 Subject: Add compilation of constructors and basic values --- example.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'example.txt') diff --git a/example.txt b/example.txt index b36c823..251aab3 100644 --- a/example.txt +++ b/example.txt @@ -64,3 +64,6 @@ (Cons (CaseAlternative (ConstructorPattern (Cons 'N' (Cons 'i' (Cons 'l' Nil))) Nil) (Ident (Cons 'n' Nil))) (Cons (CaseAlternative (ConstructorPattern (Cons 'C' (Cons 'o' (Cons 'n' (Cons 's' Nil)))) (Cons Wildcard (Cons (IdentPattern (Cons 'x' (Cons 's' Nil))) Nil)))) Nil))))) + +(fun test () : Int + 37) -- cgit v1.2.3