17 #ifndef AWALI_PARSE_EXCEPTION_HH 
   18 #define AWALI_PARSE_EXCEPTION_HH 
Main namespace of Awali.
Definition: ato.hh:22
 
Exceptions thrown during parsing.
Definition: parse_exception.hh:26
 
parse_exception(size_t p, const std::string &s)
Exception with location.
 
parse_exception(const std::string &s)
Simple constructor.
Definition: parse_exception.hh:31
 
parse_exception(std::istream &i, const std::string &s)
Exception with location.