first commit
This commit is contained in:
commit
063194f8be
349 changed files with 36508 additions and 0 deletions
8
TypeChecker.hs~
Normal file
8
TypeChecker.hs~
Normal file
|
@ -0,0 +1,8 @@
|
|||
module TypeChecker where
|
||||
|
||||
import AbsJavalette
|
||||
import PrintJavalette
|
||||
import ErrM
|
||||
|
||||
typecheck :: Program -> Err()
|
||||
typecheck (Program fs) = fail printTree fs
|
Loading…
Add table
Add a link
Reference in a new issue