diff Bison-Flex/BasicCompiler-StackBase/UTF8/file2.txt~ @ 4:805d39d28230

add Compiler-stackbase
author nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
date Tue, 17 May 2011 08:00:38 +0900
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Bison-Flex/BasicCompiler-StackBase/UTF8/file2.txt~	Tue May 17 08:00:38 2011 +0900
@@ -0,0 +1,10 @@
+a = 0
+
+L1 :
+
+a = a + 1
+print a
+
+if a < 3 then
+   goto L1
+endif