Delete choose.txt
This commit is contained in:
parent
6bda20f281
commit
2c08280ea4
|
@ -1,38 +0,0 @@
|
||||||
if(this_token.type==__if)
|
|
||||||
{
|
|
||||||
parse.push(this_token);
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
elsif(this_token.type==__elsif)
|
|
||||||
{
|
|
||||||
parse.push(this_token);
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
else if(this_token.type!=__else)
|
|
||||||
{
|
|
||||||
exit(0);
|
|
||||||
}
|
|
||||||
elsif(this_token.type==__elsif)
|
|
||||||
{
|
|
||||||
parse.push(this_token);
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
elsif(this_token.type==__elsif)
|
|
||||||
{
|
|
||||||
parse.push(this_token);
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
else if(this==(1+2+3*1))
|
|
||||||
{
|
|
||||||
return nil;
|
|
||||||
}
|
|
||||||
else
|
|
||||||
{
|
|
||||||
parse.push(this_token);
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
if(!id)
|
|
||||||
{
|
|
||||||
exit(0);
|
|
||||||
}
|
|
Loading…
Reference in New Issue