Continuation with c++ code expected |
Top Previous Next |
Messages > Continuation with c++ code expected
This error message appears, if the bracket of a semantic action was not closed. The production parser recognizes this by the beginning of a new action. For example:
{{ str s; // missing closing bracket ( expression[s] )* {{ return s; }}
|
This page belongs to the TextTransformer Documentation |
Home Content German |