test file
This commit is contained in:
parent
c76f66c968
commit
70ce284cab
|
@ -0,0 +1,25 @@
|
||||||
|
if(this_token.type==__if)
|
||||||
|
{
|
||||||
|
parse.push(this_token);
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
elsif(this_token.type==__elsif)
|
||||||
|
{
|
||||||
|
parse.push(this_token);
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
elsif(this_token.type==__elsif)
|
||||||
|
{
|
||||||
|
parse.push(this_token);
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
elsif(this_token.type==__elsif)
|
||||||
|
{
|
||||||
|
parse.push(this_token);
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
parse.push(this_token);
|
||||||
|
return;
|
||||||
|
}
|
|
@ -1,5 +1,7 @@
|
||||||
while(n==1 )
|
while(n==1 )
|
||||||
{
|
{
|
||||||
|
i=i+1;
|
||||||
|
f(i);
|
||||||
print("str");
|
print("str");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -9,3 +11,8 @@ while(n==1 and "str"==str)
|
||||||
}
|
}
|
||||||
|
|
||||||
i+=i1;
|
i+=i1;
|
||||||
|
i+=i.i[0];
|
||||||
|
i=i.i[0].i(0);
|
||||||
|
var hash={
|
||||||
|
f:func {var e=1;return 0;},
|
||||||
|
};
|
Loading…
Reference in New Issue