Github user afs commented on a diff in the pull request:
https://github.com/apache/jena/pull/114#discussion_r175906815
--- 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 --
Please remove "main".---
