cil-0.1.1: An interface to CIL.

Language.CIL.Parse

Synopsis

Documentation

parseCIL :: String -> ByteString -> StmtSource

Parses a merged CIL program, given a file name and contents.

position :: Pos a => a -> StringSource

Format the file position of something with ties to the orignial source, like a Stmt or Expr.