diff boost-spirit/CALC/AST/input.txt @ 0:db40c85cad7a default tip

upload sample source
author nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
date Mon, 09 May 2011 03:11:59 +0900
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/boost-spirit/CALC/AST/input.txt	Mon May 09 03:11:59 2011 +0900
@@ -0,0 +1,8 @@
+a = 10
+b = 20
+c = a + b * 2
+d = (a + 1) * (-b + 2)
+print a + b * -c
+list
+a = -1
+print a