summaryrefslogtreecommitdiff
path: root/impl/antlr/test-file
diff options
context:
space:
mode:
authorCarlo Zancanaro <carlo@carlo-laptop>2012-05-03 15:35:39 +1000
committerCarlo Zancanaro <carlo@carlo-laptop>2012-05-03 15:35:39 +1000
commitfcecd0e7dc0bf103986c02e2f29fb518cd5571c5 (patch)
tree518bf3fcb3733bb8cc2ef584346aa409ea618a77 /impl/antlr/test-file
parent9fd34b8cdc98ee757fc047216bd51c698cb7b82f (diff)
Add a parser for linear equations
(Also add the antlr jar and C runtime)
Diffstat (limited to 'impl/antlr/test-file')
-rw-r--r--impl/antlr/test-file3
1 files changed, 3 insertions, 0 deletions
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)