Module Libelectrod.Parser_mainSource

Calls the parser and returns the raw AST.

Sourceval parse_file : string -> Raw.raw_problem

parse infile parses the file infile and returns its raw AST.

Sourceval parse_string : string -> Raw.raw_problem

parses a string and returns its corresponding raw AST