comparison 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
comparison
equal deleted inserted replaced
3:3cea2e8a0e4b 4:805d39d28230
1 a = 0
2
3 L1 :
4
5 a = a + 1
6 print a
7
8 if a < 3 then
9 goto L1
10 endif