diff options
Diffstat (limited to 'py/grammar.h')
| -rw-r--r-- | py/grammar.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/py/grammar.h b/py/grammar.h index ca9b5b379..c3d30cdf7 100644 --- a/py/grammar.h +++ b/py/grammar.h @@ -24,6 +24,8 @@ * THE SOFTWARE. */ +// *FORMAT-OFF* + // rules for writing rules: // - zero_or_more is implemented using opt_rule around a one_or_more rule // - don't put opt_rule in arguments of or rule; instead, wrap the call to this or rule in opt_rule |
