|
Function Documentation
void parse |
( |
std::istream & |
stream, |
|
|
const line_position_t & |
position, |
|
|
const adam_callback_suite_t & |
callbacks |
|
) |
| |
The Adam parsing function.
- Parameters:
-
stream | The input stream to be parsed. |
position | The starting line position. |
callbacks | The callback suite used for client code communication. |
Parses an Adam expression.
- Parameters:
-
expression | The expression to be parsed in tokenized form. |
|