A recursive descent property language parser. More...
#include <PropertyParser.hpp>
Public Member Functions | |
PropertyParser (ScannerApiScannedTokens &&scannedTokens_) | |
Create a property parser which will parse the input provided by the scanner. More... | |
AST::Properties | parse () |
Parse the input provided by the scanner to produce a property data object. More... | |
A recursive descent property language parser.
All methods may throw a SyntaxErrorException if invalid input is read.
|
inlineexplicit |
Create a property parser which will parse the input provided by the scanner.
AST::Properties parse | ( | ) |
Parse the input provided by the scanner to produce a property data object.