section "Abstract Syntax Tree" theory PromelaAST imports Main begin text ‹ The abstract syntax tree is generated from the handwritten SML parser. This theory only mirrors the data structures from the SML level to make them available in Isabelle. › context begin (* Force everything in this context to start with AST. *) local_setup ‹ Local_Theory.map_background_naming (Name_Space.mandatory_path "AST") ›