Skip to content

Commit

Permalink
Issue #214, more corrections.
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippeSigaud committed Nov 4, 2016
1 parent 00e9261 commit 8ca2d83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pegged/grammar.d
Original file line number Diff line number Diff line change
Expand Up @@ -610,7 +610,7 @@ string grammar(Memoization withMemo = Memoization.yes)(string definition)
~ " if(__ctfe)\n"
~ " {\n"
~ (stoppers.keys.canFind(shortName) ?
~ " assert(false, \"" ~ shortName ~ " is left-recursive, which is not supported "
" assert(false, \"" ~ shortName ~ " is left-recursive, which is not supported "
~ "at compile-time. Consider using asModule().\");\n"
:
" return " ~ ctfeCode ~ "(p);\n"
Expand Down

0 comments on commit 8ca2d83

Please sign in to comment.