|
OXY API 1.0
OXY API Library Documentation
|
Public parser API for the query language. More...
Classes | |
| class | oxy::core::metadata::ParseError |
| Exception type thrown when parsing fails. More... | |
| class | oxy::core::metadata::Parser |
| 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. | |
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).