RunStaticAna.hs revision a2fe183047ab9a7accab1c17062db0987d2dd7c5
module CASL.RunStaticAna where
import CASL.Static
import Common.AnnoState
import Common.Result
import Common.PrettyPrint
import Common.Lib.Pretty
import CASL.Parse_AS_Basic
instance PrettyPrint LocalEnv where
printText0 _ l = (text $ show $ getSign l)
$$ (text $ show $ getPsi l)
runAna :: AParser (Result LocalEnv)
runAna =
do b <- basicSpec
return $ ana_BASIC_SPEC emptyLocalEnv b