|
musrfit 1.10.0
|
Top-level namespace for musrfit components. More...
Namespaces | |
| namespace | grammar |
| Boost.Spirit X3 grammar definitions for parsing function expressions. | |
Functions | |
| auto const & | function_grammar () |
| Provides access to the top-level grammar rule. | |
Top-level namespace for musrfit components.
|
inline |
Provides access to the top-level grammar rule.
Returns a reference to the assignment rule, which is the entry point for parsing complete function assignment statements (FUN# = expression). Use this function to obtain the grammar for parsing with Spirit X3.
Definition at line 322 of file PFunctionGrammar.h.
References musrfit::grammar::assignment.
Referenced by PFunctionHandler::DoParse().