language-boogie-0.2: Interpreter and language infrastructure for Boogie.

Safe HaskellNone

Language.Boogie.Parser

Description

Parsec-based parser for Boogie 2

Synopsis

Documentation

program :: Parser ProgramSource

Program parser

type_ :: Parser TypeSource

Type parser

expression :: Parser ExpressionSource

Expression parser

statement :: Parser StatementSource

Statement parser

decl :: Parser DeclSource

Top-level declaration parser