view Bison-Flex/BasicCompiler-StackBase/UTF8/file2.txt @ 3:3cea2e8a0e4b

add function goto
author nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
date Tue, 10 May 2011 10:48:02 +0900
parents
children 805d39d28230
line wrap: on
line source

a = 0

L1 :

a = a + 1
print a

if a < 3 then
   goto L1
endif