crucible-syntax-0.4.1: A syntax for reading and writing Crucible control-flow graphs
Safe HaskellSafe-Inferred
LanguageHaskell2010

Lang.Crucible.Syntax.Prog

Synopsis

Documentation

doParseCheck Source #

Arguments

:: (IsSyntaxExtension ext, ?parserHooks :: ParserHooks ext) 
=> FilePath

The name of the input (appears in source locations)

-> Text

The contents of the input

-> Bool

Whether to pretty-print the input data as well

-> Handle

A handle that will receive the output

-> IO () 

The main loop body, useful for both the program and for testing.