Module Gillian
module Gil_syntax : sig ... endModules for the GIL intermediate language and its syntax
module Gil_parsing : sig ... endThe GIL parser
module Command_line : sig ... endGillian's command-line interface
module Symbolic : sig ... endInterfaces for symbolic exectuion, including symbolic memory model
module Concrete : sig ... endInterfaces for concrete exectuion, including concrete memory model
module General : sig ... endVarious interfaces, used across execution modes
module Bulk = Bulkmodule Monadic = Monadicmodule ParserAndCompiler = Command_line.ParserAndCompilermodule Debugger : sig ... endModules for the debugger and related TL-lifting
module Logic : sig ... endmodule Abstraction : sig ... endmodule Logging : sig ... endModules for logging (to the file log and the report database)
module IncrementalAnalysis = IncrementalAnalysismodule Utils : sig ... endGeneral utilities