From fcecd0e7dc0bf103986c02e2f29fb518cd5571c5 Mon Sep 17 00:00:00 2001
From: Carlo Zancanaro <carlo@carlo-laptop>
Date: Thu, 3 May 2012 15:35:39 +1000
Subject: Add a parser for linear equations

(Also add the antlr jar and C runtime)
---
 impl/antlr/test-file | 3 +++
 1 file changed, 3 insertions(+)
 create mode 100644 impl/antlr/test-file

(limited to 'impl/antlr/test-file')

diff --git a/impl/antlr/test-file b/impl/antlr/test-file
new file mode 100644
index 0000000..6f2cff5
--- /dev/null
+++ b/impl/antlr/test-file
@@ -0,0 +1,3 @@
+x = max(0, min(x, y))
+y = max(0, x+5, x)
+z = max(0, z+1, x)
-- 
cgit v1.2.3