view Bison-Flex/BasicCompiler-StackBase/UTF8/file2.txt~ @ 7:23b18b61c35f draft default tip

analyser
author Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp>
date Tue, 05 Feb 2013 07:36:02 +0900
parents 805d39d28230
children
line wrap: on
line source

a = 0

L1 :

a = a + 1
print a

if a < 3 then
   goto L1
endif