Merge llvm_testing, and use TypeCheckerIr instead of Abs

This commit is contained in:
Martin Fredin 2023-02-16 02:17:07 +01:00
commit 7ef7090aa5
21 changed files with 499 additions and 101 deletions

View file

@ -1,5 +1,3 @@
Program. Program ::= [Bind];
EId. Exp3 ::= Ident;
@ -24,5 +22,4 @@ TFun. Type ::= Type1 "->" Type ;
coercions Type 1 ;
comment "--";
comment "{-" "-}";
comment "{-" "-}";