Beispiel #1
0
	static bool GroupIsValid(Racr.AstNode n) {
		return n.IsLValid() && n.GetBody().Children().All(x => ((Racr.AstNode)x).IsValid());
	}
Beispiel #2
0
	static bool QuestionIsValid(Racr.AstNode n) { return n.IsLValid(); }