The datalog_parser module

Parser for the Datalog dialect used.

octant.datalog_parser.wrapped_parse(intext)

Parser entry point that resets the state of lexer and errors.

octant.datalog_parser.parse_atom(query_str)

Parse a string considered as a query

octant.datalog_parser.parse_file(filename)

Parse a file