feat: add typed ast and Hindley-Milner style semantic analysis
This commit is contained in:
+2
-2
@@ -1,3 +1,3 @@
|
||||
fn main() -> i32 {
|
||||
return 0;
|
||||
fn main() -> i8 {
|
||||
return -1;
|
||||
}
|
||||
Reference in New Issue
Block a user