CHALLENGE rule randomly generates challenges.
This commit is contained in:
@@ -83,6 +83,9 @@ public class LevelGrammarFactory {
|
||||
}
|
||||
|
||||
String remainder = clause.substring(rBraceIndex);
|
||||
if (remainder.startsWith("}, ")) {
|
||||
remainder = remainder.substring(3);
|
||||
}
|
||||
List<String> rhsClauseStrings = new ArrayList<String>();
|
||||
if (remainder.contains("(")) {
|
||||
int nextLeftIndex = -1;
|
||||
|
||||
Reference in New Issue
Block a user