Github user kinow commented on a diff in the pull request: https://github.com/apache/jena/pull/114#discussion_r175923999 --- Diff: jena-arq/Grammar/master.jj --- @@ -99,7 +99,42 @@ import org.apache.jena.sparql.core.Quad ; #endif public class CLASS extends PARSERBASE -{} +{ + boolean allowAggregatesInExpressions = false ; +#ifdef ARQ --- End diff -- Consider it done. I'll copy it to a GitHub gist in case I need to test grammars again (not only in Jena... I believe I actually got it from some StackOverflow answer).
---