瀏覽代碼

Added some missing keywords.

woollybah 6 年之前
父節點
當前提交
087a658177
共有 1 個文件被更改,包括 4 次插入4 次删除
  1. 4 4
      toker.bmx

+ 4 - 4
toker.bmx

@@ -43,10 +43,10 @@ Const TOKE_NATIVE:Int=11
 '***** Tokenizer *****
 Type TToker
 
-	Const __keywords$="strict,superstrict,public,private,protected,short,int,float,double,long,string,object,ptr,var,varptr," + ..
-		"mod,continue,exit,include,import,module,extern,framework,new,self,super,eachin,true,false," + ..
-		"null,not,extends,abstract,select,case,default,const,local,global,field,method,function,type," + ..
-		"and,or,shl,shr,sar,end,if,then,else,elseif,endif,while,wend,repeat,until,forever,for,to,step," + ..
+	Const __keywords$="strict,superstrict,public,private,protected,byte,short,int,float,double,long,string,object,ptr,var,varptr," + ..
+		"mod,continue,exit,include,import,module,moduleinfo,extern,framework,new,self,super,eachin,true,false," + ..
+		"null,not,extends,abstract,final,select,case,default,const,local,global,field,method,function,type," + ..
+		"and,or,shl,shr,sar,end,if,then,else,elseif,endif,while,wend,repeat,until,forever,for,to,step,goto," + ..
 		"next,return,alias,rem,endrem,throw,assert,try,catch,finally,nodebug,incbin,endselect,endmethod," + ..
 		"endfunction,endtype,endextern,endtry,endwhile,pi,release,defdata,readdata,restoredata,interface," + ..
 		"endinterface,implements,size_t,uint,ulong,struct,endstruct,operator,where,readonly,export,override"