lib/activefacts/cql/Expressions.treetop in activefacts-0.7.0 vs lib/activefacts/cql/Expressions.treetop in activefacts-0.7.1
- old
+ new
@@ -1,4 +1,10 @@
+#
+# ActiveFacts CQL Parser.
+# Parse rules relating to Expressions
+#
+# Copyright (c) 2009 Clifford Heath. Read the LICENSE file.
+#
module ActiveFacts
module CQL
grammar Expressions
rule comparison
e1:expression s comparator s e2:expression