sutori-0.2.4: Sutori language compiler

Safe HaskellNone
LanguageHaskell2010

Sutori.TAC.ControlFlow

Description

 

Synopsis

Documentation

type PreNode = [Int] Source #

type FlowNode = Vector Int Source #

printGraph :: Show a => (Graph, Vertex -> a, c) -> IO () Source #

isJump :: TAC -> Bool Source #

Is the instruction an implicit or explicit jump?