From 681e48fd761e0095f4694d8586244f67b31845ac Mon Sep 17 00:00:00 2001 From: adam Date: Sun, 11 Jan 2009 00:16:53 -0500 Subject: [PATCH] add tests/math.g darcs-hash:20090111051653-5007d-38e77803038f5cb05adcc6fe982742b700abb454.gz --- tests/math.g | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 tests/math.g diff --git a/tests/math.g b/tests/math.g new file mode 100644 index 0000000..4573929 --- /dev/null +++ b/tests/math.g @@ -0,0 +1,6 @@ + +Expr = Plus:: Expr "+" Expr + | Minus:: Expr "-" Expr + | Num + +Num:: = [0-9]++ -- 1.7.10.4