OXY API 1.0
OXY API Library Documentation
Loading...
Searching...
No Matches
parser.hpp File Reference

Public parser API for the query language. More...

Classes

 Exception type thrown when parsing fails. More...
 Parse textual queries into an expression AST. More...

Namespaces

namespace  oxy
 This root namespace contains the common types and operations for the OXY-API library.
namespace  oxy::core
 This namespace contains core types and operations for the OXY-API library.

Detailed Description

Public parser API for the query language.

The Parser converts an input string into an AST (ExprNode). It returns std::expected with a ParseError on failure (position + message).