sqcompiler.cpp 56 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748174917501751175217531754175517561757175817591760176117621763176417651766176717681769177017711772177317741775177617771778177917801781178217831784178517861787178817891790179117921793179417951796179717981799180018011802180318041805180618071808180918101811181218131814181518161817181818191820182118221823182418251826182718281829183018311832183318341835183618371838183918401841184218431844
  1. /*
  2. see copyright notice in squirrel.h
  3. */
  4. #include "sqpcheader.h"
  5. #ifndef NO_COMPILER
  6. #include <stdarg.h>
  7. #include <setjmp.h>
  8. #include "sqopcodes.h"
  9. #include "sqstring.h"
  10. #include "sqfuncproto.h"
  11. #include "sqcompiler.h"
  12. #include "sqfuncstate.h"
  13. #include "sqlexer.h"
  14. #include "sqvm.h"
  15. #include "sqtable.h"
  16. #define EXPR 1
  17. #define OBJECT 2
  18. #define BASE 3
  19. #define LOCAL 4
  20. #define OUTER 5
  21. struct SQExpState {
  22. SQInteger etype; /* expr. type; one of EXPR, OBJECT, BASE, OUTER or LOCAL */
  23. SQInteger epos; /* expr. location on stack; -1 for OBJECT and BASE */
  24. bool donot_get; /* signal not to deref the next value */
  25. };
  26. struct SQScope {
  27. SQInteger outers;
  28. SQInteger stacksize;
  29. SQInteger nested;
  30. };
  31. #define BEGIN_SCOPE() SQScope __oldscope__ = _scope; \
  32. ++_scope.nested; \
  33. _scope.outers = _fs->_outers; \
  34. _scope.stacksize = _fs->GetStackSize();\
  35. _scope_consts.push_back(SQTable::Create(_ss(_vm),0));
  36. #define RESOLVE_OUTERS() if(_fs->GetStackSize() != _scope.stacksize) { \
  37. if(_fs->CountOuters(_scope.stacksize)) { \
  38. _fs->AddInstruction(_OP_CLOSE,0,_scope.stacksize); \
  39. } \
  40. }
  41. #define END_SCOPE_NO_CLOSE() { if(_fs->GetStackSize() != _scope.stacksize) { \
  42. _fs->SetStackSize(_scope.stacksize); \
  43. } \
  44. _scope = __oldscope__; \
  45. _scope_consts.pop_back();\
  46. }
  47. #define END_SCOPE() { SQInteger oldouters = _fs->_outers;\
  48. if(_fs->GetStackSize() != _scope.stacksize) { \
  49. _fs->SetStackSize(_scope.stacksize); \
  50. if(oldouters != _fs->_outers) { \
  51. _fs->AddInstruction(_OP_CLOSE,0,_scope.stacksize); \
  52. } \
  53. } \
  54. _scope = __oldscope__; \
  55. }
  56. #define BEGIN_BREAKBLE_BLOCK() SQInteger __nbreaks__=_fs->_unresolvedbreaks.size(); \
  57. SQInteger __ncontinues__=_fs->_unresolvedcontinues.size(); \
  58. _fs->_breaktargets.push_back(0);_fs->_continuetargets.push_back(0);
  59. #define END_BREAKBLE_BLOCK(continue_target) {__nbreaks__=_fs->_unresolvedbreaks.size()-__nbreaks__; \
  60. __ncontinues__=_fs->_unresolvedcontinues.size()-__ncontinues__; \
  61. if(__ncontinues__>0)ResolveContinues(_fs,__ncontinues__,continue_target); \
  62. if(__nbreaks__>0)ResolveBreaks(_fs,__nbreaks__); \
  63. _fs->_breaktargets.pop_back();_fs->_continuetargets.pop_back();}
  64. class SQCompiler
  65. {
  66. public:
  67. SQCompiler(SQVM *v, SQLEXREADFUNC rg, SQUserPointer up, const SQChar* sourcename,
  68. bool raiseerror, bool lineinfo, bool show_warnings)
  69. {
  70. _vm=v;
  71. _lex.Init(_ss(v), rg, up,ThrowError,this);
  72. _sourcename = SQString::Create(_ss(v), sourcename);
  73. _lineinfo = lineinfo;_raiseerror = raiseerror;
  74. _show_warnings = show_warnings;
  75. _scope.outers = 0;
  76. _scope.stacksize = 0;
  77. _scope.nested = 0;
  78. compilererror = NULL;
  79. _globals = SQTable::Create(_ss(_vm),0);
  80. }
  81. ~SQCompiler(){
  82. _table(_globals)->Finalize();
  83. _globals.Null();
  84. }
  85. static void ThrowError(void *ud, const SQChar *s) {
  86. SQCompiler *c = (SQCompiler *)ud;
  87. c->Error(s);
  88. }
  89. void Error(const SQChar *s, ...)
  90. {
  91. static SQChar temp[256];
  92. va_list vl;
  93. va_start(vl, s);
  94. scvsprintf(temp, s, vl);
  95. va_end(vl);
  96. compilererror = temp;
  97. longjmp(_errorjmp,1);
  98. }
  99. void Warning(const SQChar *s, ...)
  100. {
  101. if(!_show_warnings) return;
  102. va_list vl;
  103. va_start(vl, s);
  104. scvfprintf(stderr, s, vl);
  105. va_end(vl);
  106. }
  107. void CheckGlobalName(const SQObject &name, bool addIfNotExists=false, bool checkLocals=true){
  108. if(_table(_globals)->Exists(name)){
  109. if(checkLocals) Error(_SC("global '%s' already declared"), _stringval(name));
  110. else Warning(_SC("WARNING: %s:%d:%d global '%s' already declared will be shadowed\n"),
  111. _stringval(_sourcename), _lex._currentline, _lex._currentcolumn, _stringval(name));
  112. }
  113. else if(checkLocals) CheckLocalNameScope(name, -1, false);
  114. if(addIfNotExists) {
  115. SQObjectPtr oname = name, otrue = true;
  116. _table(_globals)->NewSlot(oname, otrue);
  117. }
  118. }
  119. void CheckLocalNameScope(const SQObject &name, SQInteger scope, bool checkGlobals=true){
  120. SQInteger found = _fs->GetLocalVariable(name);
  121. if(found >= 0){
  122. SQLocalVarInfo &lvi = _fs->_vlocals[found];
  123. if(lvi._scope == scope)
  124. Error(_SC("local '%s' already declared"), _stringval(name));
  125. else
  126. Warning(_SC("WARNING: %s:%d:%d local '%s' already declared will be shadowed\n"),
  127. _stringval(_sourcename), _lex._currentline, _lex._currentcolumn, _stringval(name));
  128. }
  129. else
  130. {
  131. found = _fs->FindOuterVariable(name);
  132. if(found >= 0) Warning(_SC("WARNING: %s:%d:%d outer variable '%s' already declared will be shadowed\n"),
  133. _stringval(_sourcename), _lex._currentline, _lex._currentcolumn, _stringval(name));
  134. }
  135. if(checkGlobals) CheckGlobalName(name, false, false);
  136. }
  137. bool IsConstant(const SQObject &name,SQObject &e){
  138. SQObjectPtr val;
  139. for(int i=_scope.nested-1; i >= 0; --i){
  140. if(_table(_scope_consts[i])->Get(name,val)) {
  141. e = val;
  142. return true;
  143. }
  144. }
  145. if(_table(_ss(_vm)->_consts)->Get(name,val)) {
  146. e = val;
  147. return true;
  148. }
  149. return false;
  150. }
  151. void CheckConstsExists(const SQObjectPtr &key){
  152. int found = -1;
  153. for(int i=_scope.nested-1; i >= 0; --i){
  154. if(_table(_scope_consts[i])->Exists(key)) {
  155. found = i+1;
  156. break;
  157. }
  158. }
  159. if(found < 0 && _table(_ss(_vm)->_consts)->Exists(key)) found = 0;
  160. if(found == _scope.nested) {
  161. Error(_SC("constant '%s' already exists\n"), _stringval(key));
  162. }
  163. if(found >= 0) Warning(_SC("WARNING: %s:%d:%d an already defined constant '%s' will be shadowed\n"),
  164. _stringval(_sourcename), _lex._currentline, _lex._currentcolumn, _stringval(key));
  165. }
  166. bool ConstsGet(const SQObjectPtr &key,SQObjectPtr &val){
  167. for(int i=_scope.nested-1; i >= 0; --i){
  168. if(_table(_scope_consts[i])->Get(key,val)) return true;
  169. }
  170. return _table(_ss(_vm)->_consts)->Get(key,val);
  171. }
  172. bool ConstsNewSlot(const SQObjectPtr &key, const SQObjectPtr &val){
  173. if(_scope.nested) return _table(_scope_consts[_scope.nested-1])->NewSlot(key,val);
  174. return _table(_ss(_vm)->_consts)->NewSlot(key,val);
  175. }
  176. void Lex(){ _token = _lex.Lex();}
  177. SQObjectPtr GetTokenObject(SQInteger tok)
  178. {
  179. SQObjectPtr ret;
  180. switch(tok)
  181. {
  182. case TK_IDENTIFIER:
  183. ret = _fs->CreateString(_lex._svalue);
  184. break;
  185. case TK_STRING_LITERAL:
  186. ret = _fs->CreateString(_lex._svalue,_lex._longstr.size()-1);
  187. break;
  188. case TK_INTEGER:
  189. ret = SQObjectPtr(_lex._nvalue);
  190. break;
  191. case TK_FLOAT:
  192. ret = SQObjectPtr(_lex._fvalue);
  193. break;
  194. }
  195. Lex();
  196. return ret;
  197. }
  198. void ErrorIfNotToken(SQInteger tok){
  199. if(_token != tok) {
  200. if(((_token == TK_CONSTRUCTOR) || (_token == TK_DESTRUCTOR)) && tok == TK_IDENTIFIER) {
  201. //do nothing
  202. }
  203. else {
  204. const SQChar *etypename;
  205. if(tok > 255) {
  206. switch(tok)
  207. {
  208. case TK_IDENTIFIER:
  209. etypename = _SC("IDENTIFIER");
  210. break;
  211. case TK_STRING_LITERAL:
  212. etypename = _SC("STRING_LITERAL");
  213. break;
  214. case TK_INTEGER:
  215. etypename = _SC("INTEGER");
  216. break;
  217. case TK_FLOAT:
  218. etypename = _SC("FLOAT");
  219. break;
  220. default:
  221. etypename = _lex.Tok2Str(tok);
  222. }
  223. Error(_SC("expected '%s'"), etypename);
  224. }
  225. Error(_SC("expected '%c'"), tok);
  226. }
  227. }
  228. }
  229. SQObject Expect(SQInteger tok)
  230. {
  231. ErrorIfNotToken(tok);
  232. return GetTokenObject(tok);
  233. }
  234. bool IsEndOfStatement() { return ((_lex._prevtoken == _SC('\n')) || (_token == SQUIRREL_EOB) || (_token == _SC('}')) || (_token == _SC(';'))); }
  235. void OptionalSemicolon()
  236. {
  237. if(_token == _SC(';')) { Lex(); return; }
  238. if(!IsEndOfStatement()) {
  239. Error(_SC("end of statement expected (; or lf) found (%d)"), _token);
  240. }
  241. }
  242. void MoveIfCurrentTargetIsLocal() {
  243. SQInteger trg = _fs->TopTarget();
  244. if(_fs->IsLocal(trg)) {
  245. trg = _fs->PopTarget(); //no pops the target and move it
  246. _fs->AddInstruction(_OP_MOVE, _fs->PushTarget(), trg);
  247. }
  248. }
  249. bool Compile(SQObjectPtr &o)
  250. {
  251. _debugline = 1;
  252. _debugop = 0;
  253. SQFuncState funcstate(_ss(_vm), NULL,ThrowError,this);
  254. funcstate._name = SQString::Create(_ss(_vm), _SC("main"));
  255. _fs = &funcstate;
  256. _fs->AddParameter(_fs->CreateString(_SC("this")), _scope.nested+1);
  257. _fs->AddParameter(_fs->CreateString(_SC("vargv")), _scope.nested+1);
  258. _fs->_varparams = true;
  259. _fs->_sourcename = _sourcename;
  260. SQInteger stacksize = _fs->GetStackSize();
  261. if(setjmp(_errorjmp) == 0) {
  262. Lex();
  263. while(_token > 0){
  264. Statement();
  265. if(_lex._prevtoken != _SC('}') && _lex._prevtoken != _SC(';')) OptionalSemicolon();
  266. }
  267. _fs->SetStackSize(stacksize);
  268. _fs->AddLineInfos(_lex._currentline, _lineinfo, true);
  269. _fs->AddInstruction(_OP_RETURN, 0xFF);
  270. _fs->SetStackSize(0);
  271. o =_fs->BuildProto();
  272. #ifdef _DEBUG_DUMP
  273. _fs->Dump(_funcproto(o));
  274. #endif
  275. }
  276. else {
  277. if(_raiseerror && _ss(_vm)->_compilererrorhandler) {
  278. _ss(_vm)->_compilererrorhandler(_vm, compilererror, type(_sourcename) == OT_STRING?_stringval(_sourcename):_SC("unknown"),
  279. _lex._currentline, _lex._currentcolumn);
  280. }
  281. _vm->_lasterror = SQString::Create(_ss(_vm), compilererror, -1);
  282. return false;
  283. }
  284. return true;
  285. }
  286. void Statements()
  287. {
  288. while(_token != _SC('}') && _token != TK_DEFAULT && _token != TK_CASE) {
  289. Statement();
  290. if(_lex._prevtoken != _SC('}') && _lex._prevtoken != _SC(';')) OptionalSemicolon();
  291. }
  292. }
  293. void Statement(bool closeframe = true)
  294. {
  295. _fs->AddLineInfos(_lex._currentline, _lineinfo);
  296. switch(_token){
  297. case _SC(';'): Lex(); break;
  298. case TK_IF: IfStatement(); break;
  299. case TK_WHILE: WhileStatement(); break;
  300. case TK_DO: DoWhileStatement(); break;
  301. case TK_FOR: ForStatement(); break;
  302. case TK_FOREACH: ForEachStatement(); break;
  303. case TK_SWITCH: SwitchStatement(); break;
  304. case TK_LOCAL_CHAR_T:
  305. case TK_LOCAL_WCHAR_T:
  306. case TK_LOCAL_BOOL_T:
  307. case TK_LOCAL_TABLE_T:
  308. case TK_LOCAL_ARRAY_T:
  309. case TK_LOCAL_INT8_T:
  310. case TK_LOCAL_INT16_T:
  311. case TK_LOCAL_INT32_T:
  312. case TK_LOCAL_INT64_T:
  313. case TK_LOCAL_INT_T:
  314. case TK_LOCAL_UINT8_T:
  315. case TK_LOCAL_UINT16_T:
  316. case TK_LOCAL_UINT32_T:
  317. case TK_LOCAL_UINT64_T:
  318. case TK_LOCAL_UINT_T:
  319. case TK_LOCAL_FLOAT_T:
  320. case TK_LOCAL_DOUBLE_T:
  321. case TK_LOCAL_LONG_DOUBLE_T:
  322. //case TK_CONST:
  323. case TK_LOCAL: LocalDeclStatement(); break;
  324. case TK_RETURN:
  325. case TK_YIELD: {
  326. SQOpcode op;
  327. if(_token == TK_RETURN) {
  328. op = _OP_RETURN;
  329. }
  330. else {
  331. op = _OP_YIELD;
  332. _fs->_bgenerator = true;
  333. }
  334. Lex();
  335. if(!IsEndOfStatement()) {
  336. SQInteger retexp = _fs->GetCurrentPos()+1;
  337. CommaExpr(true);
  338. if(op == _OP_RETURN && _fs->_traps > 0)
  339. _fs->AddInstruction(_OP_POPTRAP, _fs->_traps, 0);
  340. _fs->_returnexp = retexp;
  341. _fs->AddInstruction(op, 1, _fs->PopTarget(),_fs->GetStackSize());
  342. }
  343. else{
  344. if(op == _OP_RETURN && _fs->_traps > 0)
  345. _fs->AddInstruction(_OP_POPTRAP, _fs->_traps ,0);
  346. _fs->_returnexp = -1;
  347. _fs->AddInstruction(op, 0xFF,0,_fs->GetStackSize());
  348. }
  349. break;}
  350. case TK_BREAK:
  351. if(_fs->_breaktargets.size() <= 0)Error(_SC("'break' has to be in a loop block"));
  352. if(_fs->_breaktargets.top() > 0){
  353. _fs->AddInstruction(_OP_POPTRAP, _fs->_breaktargets.top(), 0);
  354. }
  355. RESOLVE_OUTERS();
  356. _fs->AddInstruction(_OP_JMP, 0, -1234);
  357. _fs->_unresolvedbreaks.push_back(_fs->GetCurrentPos());
  358. Lex();
  359. break;
  360. case TK_CONTINUE:
  361. if(_fs->_continuetargets.size() <= 0)Error(_SC("'continue' has to be in a loop block"));
  362. if(_fs->_continuetargets.top() > 0) {
  363. _fs->AddInstruction(_OP_POPTRAP, _fs->_continuetargets.top(), 0);
  364. }
  365. RESOLVE_OUTERS();
  366. _fs->AddInstruction(_OP_JMP, 0, -1234);
  367. _fs->_unresolvedcontinues.push_back(_fs->GetCurrentPos());
  368. Lex();
  369. break;
  370. case TK_FUNCTION:
  371. FunctionStatement();
  372. break;
  373. case TK_CLASS:
  374. ClassStatement();
  375. break;
  376. case TK_ENUM:
  377. EnumStatement();
  378. break;
  379. case _SC('{'):{
  380. BEGIN_SCOPE();
  381. Lex();
  382. Statements();
  383. Expect(_SC('}'));
  384. if(closeframe) {
  385. END_SCOPE();
  386. }
  387. else {
  388. END_SCOPE_NO_CLOSE();
  389. }
  390. }
  391. break;
  392. case TK_TRY:
  393. TryCatchStatement();
  394. break;
  395. case TK_THROW:
  396. Lex();
  397. CommaExpr();
  398. _fs->AddInstruction(_OP_THROW, _fs->PopTarget());
  399. break;
  400. case TK_CONST:
  401. {
  402. Lex();
  403. SQObject id = Expect(TK_IDENTIFIER);
  404. Expect('=');
  405. SQObjectPtr strongid = id;
  406. CheckLocalNameScope(id, _scope.nested);
  407. CheckConstsExists(strongid);
  408. SQObject val = ExpectScalar();
  409. OptionalSemicolon();
  410. ConstsNewSlot(strongid,SQObjectPtr(val));
  411. strongid.Null();
  412. }
  413. break;
  414. default:
  415. CommaExpr();
  416. _fs->DiscardTarget();
  417. /*
  418. //Fagiano says that this is not a bug
  419. //and with this modification stack grow by one lement all the time
  420. if(_token == TK_IDENTIFIER){
  421. CommaExpr();
  422. if(_token == TK_IDENTIFIER){
  423. Error(_SC(" '=' expected near '%s'"), _lex._svalue);
  424. }
  425. }
  426. */
  427. //_fs->PopTarget();
  428. break;
  429. }
  430. _fs->SnoozeOpt();
  431. }
  432. void EmitDerefOp(SQOpcode op)
  433. {
  434. SQInteger val = _fs->PopTarget();
  435. SQInteger key = _fs->PopTarget();
  436. SQInteger src = _fs->PopTarget();
  437. _fs->AddInstruction(op,_fs->PushTarget(),src,key,val);
  438. }
  439. void Emit2ArgsOP(SQOpcode op, SQInteger p3 = 0)
  440. {
  441. SQInteger p2 = _fs->PopTarget(); //src in OP_GET
  442. SQInteger p1 = _fs->PopTarget(); //key in OP_GET
  443. _fs->AddInstruction(op,_fs->PushTarget(), p1, p2, p3);
  444. }
  445. void EmitCompoundArith(SQInteger tok, SQInteger etype, SQInteger pos)
  446. {
  447. /* Generate code depending on the expression type */
  448. switch(etype) {
  449. case LOCAL:{
  450. SQInteger p2 = _fs->PopTarget(); //src in OP_GET
  451. SQInteger p1 = _fs->PopTarget(); //key in OP_GET
  452. _fs->PushTarget(p1);
  453. //EmitCompArithLocal(tok, p1, p1, p2);
  454. _fs->AddInstruction(ChooseArithOpByToken(tok),p1, p2, p1, 0);
  455. }
  456. break;
  457. case OBJECT:
  458. case BASE:
  459. {
  460. SQInteger val = _fs->PopTarget();
  461. SQInteger key = _fs->PopTarget();
  462. SQInteger src = _fs->PopTarget();
  463. /* _OP_COMPARITH mixes dest obj and source val in the arg1 */
  464. _fs->AddInstruction(_OP_COMPARITH, _fs->PushTarget(), (src<<16)|val, key, ChooseCompArithCharByToken(tok));
  465. }
  466. break;
  467. case OUTER:
  468. {
  469. SQInteger val = _fs->TopTarget();
  470. SQInteger tmp = _fs->PushTarget();
  471. _fs->AddInstruction(_OP_GETOUTER, tmp, pos);
  472. _fs->AddInstruction(ChooseArithOpByToken(tok), tmp, val, tmp, 0);
  473. _fs->AddInstruction(_OP_SETOUTER, tmp, pos, tmp);
  474. }
  475. break;
  476. }
  477. }
  478. void CommaExpr(bool warningAssign=false)
  479. {
  480. for(Expression(warningAssign);_token == ',';_fs->PopTarget(), Lex(), CommaExpr(warningAssign));
  481. }
  482. void ErrorIfConst(){
  483. SQLocalVarInfo &vsrc = _fs->_vlocals[_fs->TopTarget()];
  484. //printf("%d %d %d %d %s\n", __LINE__, vsrc._scope, vsrc._type, vsrc._pos, vsrc._name._unVal.pString ? _stringval(vsrc._name) : "?");
  485. if(vsrc._type & _VAR_CONST) Error(_SC("can't assign to a const variable"));
  486. }
  487. void Expression(bool warningAssign=false)
  488. {
  489. SQExpState es = _es;
  490. _es.etype = EXPR;
  491. _es.epos = -1;
  492. _es.donot_get = false;
  493. LogicalOrExp();
  494. switch(_token) {
  495. case _SC('='):
  496. case TK_NEWSLOT:
  497. case TK_MINUSEQ:
  498. case TK_PLUSEQ:
  499. case TK_MULEQ:
  500. case TK_DIVEQ:
  501. case TK_MODEQ:{
  502. SQInteger op = _token;
  503. SQInteger ds = _es.etype;
  504. SQInteger pos = _es.epos;
  505. if(ds == EXPR) Error(_SC("can't assign expression"));
  506. else if(ds == BASE) Error(_SC("'base' cannot be modified"));
  507. Lex(); Expression();
  508. switch(op){
  509. case TK_NEWSLOT:
  510. if(ds == OBJECT || ds == BASE)
  511. EmitDerefOp(_OP_NEWSLOT);
  512. else //if _derefstate != DEREF_NO_DEREF && DEREF_FIELD so is the index of a local
  513. Error(_SC("can't 'create' a local slot"));
  514. break;
  515. case _SC('='): //ASSIGN
  516. if(warningAssign) Warning(_SC("WARNING: making assignment at line %d:%d maybe is not what you want\n"),
  517. _lex._currentline, _lex._currentcolumn);
  518. switch(ds) {
  519. case LOCAL:
  520. {
  521. SQInteger src = _fs->PopTarget();
  522. SQInteger dst = _fs->TopTarget();
  523. _fs->AddInstruction(_OP_MOVE, dst, src);
  524. }
  525. break;
  526. case OBJECT:
  527. case BASE:
  528. EmitDerefOp(_OP_SET);
  529. break;
  530. case OUTER:
  531. {
  532. SQInteger src = _fs->PopTarget();
  533. SQInteger dst = _fs->PushTarget();
  534. _fs->AddInstruction(_OP_SETOUTER, dst, pos, src);
  535. }
  536. }
  537. break;
  538. case TK_MINUSEQ:
  539. case TK_PLUSEQ:
  540. case TK_MULEQ:
  541. case TK_DIVEQ:
  542. case TK_MODEQ:
  543. EmitCompoundArith(op, ds, pos);
  544. break;
  545. }
  546. }
  547. break;
  548. case _SC('?'): {
  549. Lex();
  550. _fs->AddInstruction(_OP_JZ, _fs->PopTarget());
  551. SQInteger jzpos = _fs->GetCurrentPos();
  552. SQInteger trg = _fs->PushTarget();
  553. Expression();
  554. SQInteger first_exp = _fs->PopTarget();
  555. if(trg != first_exp) _fs->AddInstruction(_OP_MOVE, trg, first_exp);
  556. SQInteger endfirstexp = _fs->GetCurrentPos();
  557. _fs->AddInstruction(_OP_JMP, 0, 0);
  558. Expect(_SC(':'));
  559. SQInteger jmppos = _fs->GetCurrentPos();
  560. Expression();
  561. SQInteger second_exp = _fs->PopTarget();
  562. if(trg != second_exp) _fs->AddInstruction(_OP_MOVE, trg, second_exp);
  563. _fs->SetIntructionParam(jmppos, 1, _fs->GetCurrentPos() - jmppos);
  564. _fs->SetIntructionParam(jzpos, 1, endfirstexp - jzpos + 1);
  565. _fs->SnoozeOpt();
  566. }
  567. break;
  568. }
  569. _es = es;
  570. }
  571. template<typename T> void BIN_EXP(SQOpcode op, T f,SQInteger op3 = 0)
  572. {
  573. Lex(); (this->*f)();
  574. SQInteger op1 = _fs->PopTarget();SQInteger op2 = _fs->PopTarget();
  575. _fs->AddInstruction(op, _fs->PushTarget(), op1, op2, op3);
  576. }
  577. void LogicalOrExp()
  578. {
  579. LogicalAndExp();
  580. for(;;) if(_token == TK_OR) {
  581. SQInteger first_exp = _fs->PopTarget();
  582. SQInteger trg = _fs->PushTarget();
  583. _fs->AddInstruction(_OP_OR, trg, 0, first_exp, 0);
  584. SQInteger jpos = _fs->GetCurrentPos();
  585. if(trg != first_exp) _fs->AddInstruction(_OP_MOVE, trg, first_exp);
  586. Lex(); LogicalOrExp();
  587. _fs->SnoozeOpt();
  588. SQInteger second_exp = _fs->PopTarget();
  589. if(trg != second_exp) _fs->AddInstruction(_OP_MOVE, trg, second_exp);
  590. _fs->SnoozeOpt();
  591. _fs->SetIntructionParam(jpos, 1, (_fs->GetCurrentPos() - jpos));
  592. break;
  593. }else return;
  594. }
  595. void LogicalAndExp()
  596. {
  597. BitwiseOrExp();
  598. for(;;) switch(_token) {
  599. case TK_AND: {
  600. SQInteger first_exp = _fs->PopTarget();
  601. SQInteger trg = _fs->PushTarget();
  602. _fs->AddInstruction(_OP_AND, trg, 0, first_exp, 0);
  603. SQInteger jpos = _fs->GetCurrentPos();
  604. if(trg != first_exp) _fs->AddInstruction(_OP_MOVE, trg, first_exp);
  605. Lex(); LogicalAndExp();
  606. _fs->SnoozeOpt();
  607. SQInteger second_exp = _fs->PopTarget();
  608. if(trg != second_exp) _fs->AddInstruction(_OP_MOVE, trg, second_exp);
  609. _fs->SnoozeOpt();
  610. _fs->SetIntructionParam(jpos, 1, (_fs->GetCurrentPos() - jpos));
  611. break;
  612. }
  613. default:
  614. return;
  615. }
  616. }
  617. void BitwiseOrExp()
  618. {
  619. BitwiseXorExp();
  620. for(;;) if(_token == _SC('|'))
  621. {BIN_EXP(_OP_BITW, &SQCompiler::BitwiseXorExp,BW_OR);
  622. }else return;
  623. }
  624. void BitwiseXorExp()
  625. {
  626. BitwiseAndExp();
  627. for(;;) if(_token == _SC('^'))
  628. {BIN_EXP(_OP_BITW, &SQCompiler::BitwiseAndExp,BW_XOR);
  629. }else return;
  630. }
  631. void BitwiseAndExp()
  632. {
  633. EqExp();
  634. for(;;) if(_token == _SC('&'))
  635. {BIN_EXP(_OP_BITW, &SQCompiler::EqExp,BW_AND);
  636. }else return;
  637. }
  638. void EqExp()
  639. {
  640. CompExp();
  641. for(;;) switch(_token) {
  642. case TK_EQ: BIN_EXP(_OP_EQ, &SQCompiler::CompExp); break;
  643. case TK_NE: BIN_EXP(_OP_NE, &SQCompiler::CompExp); break;
  644. case TK_3WAYSCMP: BIN_EXP(_OP_CMP, &SQCompiler::CompExp,CMP_3W); break;
  645. default: return;
  646. }
  647. }
  648. void CompExp()
  649. {
  650. ShiftExp();
  651. for(;;) switch(_token) {
  652. case _SC('>'): BIN_EXP(_OP_CMP, &SQCompiler::ShiftExp,CMP_G); break;
  653. case _SC('<'): BIN_EXP(_OP_CMP, &SQCompiler::ShiftExp,CMP_L); break;
  654. case TK_GE: BIN_EXP(_OP_CMP, &SQCompiler::ShiftExp,CMP_GE); break;
  655. case TK_LE: BIN_EXP(_OP_CMP, &SQCompiler::ShiftExp,CMP_LE); break;
  656. case TK_IN: BIN_EXP(_OP_EXISTS, &SQCompiler::ShiftExp); break;
  657. case TK_INSTANCEOF: BIN_EXP(_OP_INSTANCEOF, &SQCompiler::ShiftExp); break;
  658. default: return;
  659. }
  660. }
  661. void ShiftExp()
  662. {
  663. PlusExp();
  664. for(;;) switch(_token) {
  665. case TK_USHIFTR: BIN_EXP(_OP_BITW, &SQCompiler::PlusExp,BW_USHIFTR); break;
  666. case TK_SHIFTL: BIN_EXP(_OP_BITW, &SQCompiler::PlusExp,BW_SHIFTL); break;
  667. case TK_SHIFTR: BIN_EXP(_OP_BITW, &SQCompiler::PlusExp,BW_SHIFTR); break;
  668. default: return;
  669. }
  670. }
  671. SQOpcode ChooseArithOpByToken(SQInteger tok)
  672. {
  673. switch(tok) {
  674. case TK_PLUSEQ: case '+': return _OP_ADD;
  675. case TK_MINUSEQ: case '-': return _OP_SUB;
  676. case TK_MULEQ: case '*': return _OP_MUL;
  677. case TK_DIVEQ: case '/': return _OP_DIV;
  678. case TK_MODEQ: case '%': return _OP_MOD;
  679. default: assert(0);
  680. }
  681. return _OP_ADD;
  682. }
  683. SQInteger ChooseCompArithCharByToken(SQInteger tok)
  684. {
  685. SQInteger oper;
  686. switch(tok){
  687. case TK_MINUSEQ: oper = '-'; break;
  688. case TK_PLUSEQ: oper = '+'; break;
  689. case TK_MULEQ: oper = '*'; break;
  690. case TK_DIVEQ: oper = '/'; break;
  691. case TK_MODEQ: oper = '%'; break;
  692. default: oper = 0; //shut up compiler
  693. assert(0); break;
  694. };
  695. return oper;
  696. }
  697. void PlusExp()
  698. {
  699. MultExp();
  700. for(;;) switch(_token) {
  701. case _SC('+'): case _SC('-'):
  702. BIN_EXP(ChooseArithOpByToken(_token), &SQCompiler::MultExp); break;
  703. default: return;
  704. }
  705. }
  706. void MultExp()
  707. {
  708. PrefixedExpr();
  709. for(;;) switch(_token) {
  710. case _SC('*'): case _SC('/'): case _SC('%'):
  711. BIN_EXP(ChooseArithOpByToken(_token), &SQCompiler::PrefixedExpr); break;
  712. default: return;
  713. }
  714. }
  715. //if 'pos' != -1 the previous variable is a local variable
  716. void PrefixedExpr()
  717. {
  718. SQInteger pos = Factor();
  719. for(;;) {
  720. switch(_token) {
  721. case _SC('.'):
  722. pos = -1;
  723. Lex();
  724. _fs->AddInstruction(_OP_LOAD, _fs->PushTarget(), _fs->GetConstant(Expect(TK_IDENTIFIER)));
  725. if(_es.etype==BASE) {
  726. Emit2ArgsOP(_OP_GET);
  727. pos = _fs->TopTarget();
  728. _es.etype = EXPR;
  729. _es.epos = pos;
  730. }
  731. else {
  732. if(NeedGet()) {
  733. Emit2ArgsOP(_OP_GET);
  734. }
  735. _es.etype = OBJECT;
  736. }
  737. break;
  738. case _SC('['):
  739. if(_lex._prevtoken == _SC('\n')) Error(_SC("cannot brake deref/or comma needed after [exp]=exp slot declaration"));
  740. Lex(); Expression(); Expect(_SC(']'));
  741. pos = -1;
  742. if(_es.etype==BASE) {
  743. Emit2ArgsOP(_OP_GET);
  744. pos = _fs->TopTarget();
  745. _es.etype = EXPR;
  746. _es.epos = pos;
  747. }
  748. else {
  749. if(NeedGet()) {
  750. Emit2ArgsOP(_OP_GET);
  751. }
  752. _es.etype = OBJECT;
  753. }
  754. break;
  755. case TK_MINUSMINUS:
  756. case TK_PLUSPLUS:
  757. {
  758. if(IsEndOfStatement()) return;
  759. SQInteger diff = (_token==TK_MINUSMINUS) ? -1 : 1;
  760. Lex();
  761. switch(_es.etype)
  762. {
  763. case EXPR: Error(_SC("can't '++' or '--' an expression")); break;
  764. case OBJECT:
  765. case BASE:
  766. Emit2ArgsOP(_OP_PINC, diff);
  767. break;
  768. case LOCAL: {
  769. SQInteger src = _fs->PopTarget();
  770. _fs->AddInstruction(_OP_PINCL, _fs->PushTarget(), src, 0, diff);
  771. }
  772. break;
  773. case OUTER: {
  774. SQInteger tmp1 = _fs->PushTarget();
  775. SQInteger tmp2 = _fs->PushTarget();
  776. _fs->AddInstruction(_OP_GETOUTER, tmp2, _es.epos);
  777. _fs->AddInstruction(_OP_PINCL, tmp1, tmp2, 0, diff);
  778. _fs->AddInstruction(_OP_SETOUTER, tmp2, _es.epos, tmp2);
  779. _fs->PopTarget();
  780. }
  781. }
  782. }
  783. return;
  784. break;
  785. case _SC('('):
  786. switch(_es.etype) {
  787. case OBJECT: {
  788. SQInteger key = _fs->PopTarget(); /* location of the key */
  789. SQInteger table = _fs->PopTarget(); /* location of the object */
  790. SQInteger closure = _fs->PushTarget(); /* location for the closure */
  791. SQInteger ttarget = _fs->PushTarget(); /* location for 'this' pointer */
  792. _fs->AddInstruction(_OP_PREPCALL, closure, key, table, ttarget);
  793. }
  794. break;
  795. case BASE:
  796. //Emit2ArgsOP(_OP_GET);
  797. _fs->AddInstruction(_OP_MOVE, _fs->PushTarget(), 0);
  798. break;
  799. case OUTER:
  800. _fs->AddInstruction(_OP_GETOUTER, _fs->PushTarget(), _es.epos);
  801. _fs->AddInstruction(_OP_MOVE, _fs->PushTarget(), 0);
  802. break;
  803. default:
  804. _fs->AddInstruction(_OP_MOVE, _fs->PushTarget(), 0);
  805. }
  806. _es.etype = EXPR;
  807. Lex();
  808. FunctionCallArgs();
  809. break;
  810. default: return;
  811. }
  812. }
  813. }
  814. SQInteger Factor()
  815. {
  816. _es.etype = EXPR;
  817. switch(_token)
  818. {
  819. case TK_STRING_LITERAL:
  820. _fs->AddInstruction(_OP_LOAD, _fs->PushTarget(), _fs->GetConstant(_fs->CreateString(_lex._svalue,_lex._longstr.size()-1)));
  821. Lex();
  822. break;
  823. case TK_BASE:
  824. Lex();
  825. _fs->AddInstruction(_OP_GETBASE, _fs->PushTarget());
  826. _es.etype = BASE;
  827. _es.epos = _fs->TopTarget();
  828. return (_es.epos);
  829. break;
  830. case TK_IDENTIFIER:
  831. case TK_CONSTRUCTOR:
  832. case TK_DESTRUCTOR:
  833. case TK_THIS:{
  834. SQObject id;
  835. SQObject constant;
  836. switch(_token) {
  837. case TK_IDENTIFIER: id = _fs->CreateString(_lex._svalue); break;
  838. case TK_THIS: id = _fs->CreateString(_SC("this"), 4); break;
  839. case TK_CONSTRUCTOR: id = _fs->CreateString(_SC("constructor"), 11); break;
  840. case TK_DESTRUCTOR: id = _fs->CreateString(_SC("destructor"), 10); break;
  841. }
  842. SQInteger pos = -1;
  843. Lex();
  844. if((pos = _fs->GetLocalVariable(id)) != -1) {
  845. /* Handle a local variable (includes 'this') */
  846. _fs->PushTarget(pos);
  847. _es.etype = LOCAL;
  848. _es.epos = pos;
  849. }
  850. else if((pos = _fs->GetOuterVariable(id)) != -1) {
  851. /* Handle a free var */
  852. if(NeedGet()) {
  853. _es.epos = _fs->PushTarget();
  854. _fs->AddInstruction(_OP_GETOUTER, _es.epos, pos);
  855. /* _es.etype = EXPR; already default value */
  856. }
  857. else {
  858. _es.etype = OUTER;
  859. _es.epos = pos;
  860. }
  861. }
  862. else if(IsConstant(id, constant)) {
  863. /* Handle named constant */
  864. SQObjectPtr constval;
  865. SQObject constid;
  866. if(type(constant) == OT_TABLE) {
  867. Expect('.');
  868. constid = Expect(TK_IDENTIFIER);
  869. if(!_table(constant)->Get(constid, constval)) {
  870. constval.Null();
  871. Error(_SC("invalid constant [%s.%s]"), _stringval(id), _stringval(constid));
  872. }
  873. }
  874. else {
  875. constval = constant;
  876. }
  877. _es.epos = _fs->PushTarget();
  878. /* generate direct or literal function depending on size */
  879. SQObjectType ctype = type(constval);
  880. switch(ctype) {
  881. case OT_INTEGER: EmitLoadConstInt(_integer(constval),_es.epos); break;
  882. case OT_FLOAT: EmitLoadConstFloat(_float(constval),_es.epos); break;
  883. default: _fs->AddInstruction(_OP_LOAD,_es.epos,_fs->GetConstant(constval)); break;
  884. }
  885. _es.etype = EXPR;
  886. }
  887. else {
  888. /* Handle a non-local variable, aka a field. Push the 'this' pointer on
  889. * the virtual stack (always found in offset 0, so no instruction needs to
  890. * be generated), and push the key next. Generate an _OP_LOAD instruction
  891. * for the latter. If we are not using the variable as a dref expr, generate
  892. * the _OP_GET instruction.
  893. */
  894. _fs->PushTarget(0);
  895. _fs->AddInstruction(_OP_LOAD, _fs->PushTarget(), _fs->GetConstant(id));
  896. if(NeedGet()) {
  897. Emit2ArgsOP(_OP_GET);
  898. }
  899. _es.etype = OBJECT;
  900. }
  901. return _es.epos;
  902. }
  903. break;
  904. case TK_DOUBLE_COLON: // "::"
  905. _fs->AddInstruction(_OP_LOADROOT, _fs->PushTarget());
  906. _es.etype = OBJECT;
  907. _token = _SC('.'); /* hack: drop into PrefixExpr, case '.'*/
  908. _es.epos = -1;
  909. return _es.epos;
  910. break;
  911. case TK_NULL:
  912. _fs->AddInstruction(_OP_LOADNULLS, _fs->PushTarget(),1);
  913. Lex();
  914. break;
  915. case TK_INTEGER: EmitLoadConstInt(_lex._nvalue,-1); Lex(); break;
  916. case TK_FLOAT: EmitLoadConstFloat(_lex._fvalue,-1); Lex(); break;
  917. case TK_TRUE: case TK_FALSE:
  918. _fs->AddInstruction(_OP_LOADBOOL, _fs->PushTarget(),_token == TK_TRUE?1:0);
  919. Lex();
  920. break;
  921. case _SC('['): {
  922. _fs->AddInstruction(_OP_NEWOBJ, _fs->PushTarget(),0,0,NOT_ARRAY);
  923. SQInteger apos = _fs->GetCurrentPos(),key = 0;
  924. Lex();
  925. while(_token != _SC(']')) {
  926. Expression();
  927. if(_token == _SC(',')) Lex();
  928. SQInteger val = _fs->PopTarget();
  929. SQInteger array = _fs->TopTarget();
  930. _fs->AddInstruction(_OP_APPENDARRAY, array, val, AAT_STACK);
  931. key++;
  932. }
  933. _fs->SetIntructionParam(apos, 1, key);
  934. Lex();
  935. }
  936. break;
  937. case _SC('{'):
  938. _fs->AddInstruction(_OP_NEWOBJ, _fs->PushTarget(),0,NOT_TABLE);
  939. Lex();ParseTableOrClass(_SC(','),_SC('}'));
  940. break;
  941. case TK_FUNCTION: FunctionExp(_token);break;
  942. case _SC('@'): FunctionExp(_token,true);break;
  943. case TK_CLASS: Lex(); ClassExp();break;
  944. case _SC('-'):
  945. Lex();
  946. switch(_token) {
  947. case TK_INTEGER: EmitLoadConstInt(-_lex._nvalue,-1); Lex(); break;
  948. case TK_FLOAT: EmitLoadConstFloat(-_lex._fvalue,-1); Lex(); break;
  949. default: UnaryOP(_OP_NEG);
  950. }
  951. break;
  952. case _SC('!'): Lex(); UnaryOP(_OP_NOT); break;
  953. case _SC('~'):
  954. Lex();
  955. if(_token == TK_INTEGER) { EmitLoadConstInt(~_lex._nvalue,-1); Lex(); break; }
  956. UnaryOP(_OP_BWNOT);
  957. break;
  958. case TK_TYPEOF : Lex() ;UnaryOP(_OP_TYPEOF); break;
  959. case TK_RESUME : Lex(); UnaryOP(_OP_RESUME); break;
  960. case TK_CLONE : Lex(); UnaryOP(_OP_CLONE); break;
  961. case TK_MINUSMINUS :
  962. case TK_PLUSPLUS :PrefixIncDec(_token); break;
  963. case TK_DELETE : DeleteExpr(); break;
  964. case _SC('('): Lex(); CommaExpr(); Expect(_SC(')'));
  965. break;
  966. case TK___LINE__: EmitLoadConstInt(_lex._currentline,-1); Lex(); break;
  967. case TK___FILE__:
  968. _fs->AddInstruction(_OP_LOAD, _fs->PushTarget(), _fs->GetConstant(_sourcename));
  969. Lex();
  970. break;
  971. case TK___FUNCTION__:
  972. _fs->AddInstruction(_OP_LOAD, _fs->PushTarget(), _fs->GetConstant(_fs->_name));
  973. Lex();
  974. break;
  975. case TK_IGNORE:
  976. //Warning("Keyword ignored \"%s\" at line %d:%d\n", _lex.Tok2Str(_token),
  977. // _lex._currentline, _lex._currentcolumn);
  978. Lex(); Factor();
  979. break;
  980. default: Error(_SC("expression expected"));
  981. }
  982. return -1;
  983. }
  984. void EmitLoadConstInt(SQInteger value,SQInteger target)
  985. {
  986. if(target < 0) {
  987. target = _fs->PushTarget();
  988. }
  989. if((value & (~((SQInteger)0xFFFFFFFF))) == 0) { //does it fit in 32 bits?
  990. _fs->AddInstruction(_OP_LOADINT, target,value);
  991. }
  992. else {
  993. _fs->AddInstruction(_OP_LOAD, target, _fs->GetNumericConstant(value));
  994. }
  995. }
  996. void EmitLoadConstFloat(SQFloat value,SQInteger target)
  997. {
  998. if(target < 0) {
  999. target = _fs->PushTarget();
  1000. }
  1001. if(sizeof(SQFloat) == sizeof(SQInt32)) {
  1002. _fs->AddInstruction(_OP_LOADFLOAT, target,*((SQInt32 *)&value));
  1003. }
  1004. else {
  1005. _fs->AddInstruction(_OP_LOAD, target, _fs->GetNumericConstant(value));
  1006. }
  1007. }
  1008. void UnaryOP(SQOpcode op)
  1009. {
  1010. PrefixedExpr();
  1011. SQInteger src = _fs->PopTarget();
  1012. _fs->AddInstruction(op, _fs->PushTarget(), src);
  1013. }
  1014. bool NeedGet()
  1015. {
  1016. switch(_token) {
  1017. case _SC('='): case _SC('('): case TK_NEWSLOT: case TK_MODEQ: case TK_MULEQ:
  1018. case TK_DIVEQ: case TK_MINUSEQ: case TK_PLUSEQ: case TK_PLUSPLUS: case TK_MINUSMINUS:
  1019. return false;
  1020. }
  1021. return (!_es.donot_get || ( _es.donot_get && (_token == _SC('.') || _token == _SC('['))));
  1022. }
  1023. void FunctionCallArgs()
  1024. {
  1025. SQInteger nargs = 1;//this
  1026. while(_token != _SC(')')) {
  1027. Expression();
  1028. MoveIfCurrentTargetIsLocal();
  1029. nargs++;
  1030. if(_token == _SC(',')){
  1031. Lex();
  1032. if(_token == ')') Error(_SC("expression expected, found ')'"));
  1033. }
  1034. }
  1035. Lex();
  1036. for(SQInteger i = 0; i < (nargs - 1); i++) _fs->PopTarget();
  1037. SQInteger stackbase = _fs->PopTarget();
  1038. SQInteger closure = _fs->PopTarget();
  1039. _fs->AddInstruction(_OP_CALL, _fs->PushTarget(), closure, stackbase, nargs);
  1040. }
  1041. void ParseTableOrClass(SQInteger separator,SQInteger terminator)
  1042. {
  1043. SQInteger tpos = _fs->GetCurrentPos(),nkeys = 0;
  1044. SQObject type_name;
  1045. bool isClass = separator == ';'; //hack recognizes a table/class from the separator
  1046. while(_token != terminator) {
  1047. bool hasattrs = false;
  1048. bool isstatic = false;
  1049. bool isprivate = false;
  1050. //check if is an attribute
  1051. if(isClass) {
  1052. if(_token == TK_ATTR_OPEN) {
  1053. _fs->AddInstruction(_OP_NEWOBJ, _fs->PushTarget(),0,NOT_TABLE); Lex();
  1054. ParseTableOrClass(',',TK_ATTR_CLOSE);
  1055. hasattrs = true;
  1056. }
  1057. if(_token == TK_STATIC) {
  1058. isstatic = true;
  1059. Lex();
  1060. }
  1061. else if(_token == TK_PUBLIC) {
  1062. Lex();
  1063. }
  1064. else if(_token == TK_PRIVATE) {
  1065. isprivate = true;
  1066. Lex();
  1067. }
  1068. }
  1069. switch(_token) {
  1070. case TK_FUNCTION:
  1071. case TK_CONSTRUCTOR:
  1072. case TK_DESTRUCTOR:{
  1073. SQInteger tk = _token;
  1074. Lex();
  1075. SQObject id = tk == TK_FUNCTION ? Expect(TK_IDENTIFIER) :
  1076. _fs->CreateString(tk == TK_CONSTRUCTOR ? _SC("constructor") : _SC("destructor"));
  1077. Expect(_SC('('));
  1078. _fs->AddInstruction(_OP_LOAD, _fs->PushTarget(), _fs->GetConstant(id));
  1079. CreateFunction(id);
  1080. _fs->AddInstruction(_OP_CLOSURE, _fs->PushTarget(), _fs->_functions.size() - 1, 0);
  1081. }
  1082. break;
  1083. case _SC('['):
  1084. Lex(); CommaExpr(); Expect(_SC(']'));
  1085. Expect(_SC('=')); Expression();
  1086. break;
  1087. case TK_STRING_LITERAL: //JSON
  1088. case TK_IDENTIFIER: {//JSON
  1089. SQObjectPtr obj = GetTokenObject(_token);
  1090. SQInteger next_token = _SC('=');
  1091. if(_token == _SC(':')){
  1092. if(isClass){
  1093. //class field with type annotation
  1094. Lex();
  1095. type_name = Expect(TK_IDENTIFIER);
  1096. _fs->AddInstruction(_OP_LOAD, _fs->PushTarget(), _fs->GetConstant(obj));
  1097. _fs->AddInstruction(_OP_LOADNULLS, _fs->PushTarget(), 1);
  1098. break;
  1099. }
  1100. else
  1101. {
  1102. next_token = _token;
  1103. }
  1104. }
  1105. Expect(next_token);
  1106. _fs->AddInstruction(_OP_LOAD, _fs->PushTarget(), _fs->GetConstant(obj));
  1107. Expression();
  1108. break;
  1109. }
  1110. default :
  1111. ErrorIfNotToken(TK_IDENTIFIER);
  1112. }
  1113. if(_token == separator) Lex();//optional comma/semicolon
  1114. nkeys++;
  1115. SQInteger val = _fs->PopTarget();
  1116. SQInteger key = _fs->PopTarget();
  1117. SQInteger attrs = hasattrs ? _fs->PopTarget():-1;
  1118. assert((hasattrs && (attrs == key-1)) || !hasattrs);
  1119. unsigned char flags = (hasattrs?NEW_SLOT_ATTRIBUTES_FLAG:0)|(isstatic?NEW_SLOT_STATIC_FLAG:0);
  1120. SQInteger table = _fs->TopTarget(); //<<BECAUSE OF THIS NO COMMON EMIT FUNC IS POSSIBLE
  1121. if(isClass) {
  1122. _fs->AddInstruction(_OP_NEWSLOTA, flags, table, key, val); //this for classes only as it invokes _newmember
  1123. }
  1124. else {
  1125. _fs->AddInstruction(_OP_NEWSLOT, 0xFF, table, key, val);
  1126. }
  1127. }
  1128. if(separator == _SC(',')) //hack recognizes a table from the separator
  1129. _fs->SetIntructionParam(tpos, 1, nkeys);
  1130. Lex();
  1131. }
  1132. void LocalDeclStatement()
  1133. {
  1134. SQObject varname;
  1135. bool is_const_declaration = _token == TK_CONST;
  1136. bool is_reference_declaration = false;
  1137. SQInteger declType = _token;
  1138. Lex();
  1139. if( _token == TK_FUNCTION) {
  1140. Lex();
  1141. varname = Expect(TK_IDENTIFIER);
  1142. CheckLocalNameScope(varname, _scope.nested);
  1143. Expect(_SC('('));
  1144. //the following is an attempt to allow local declared functions be called recursivelly
  1145. SQInteger old_pos = _fs->GetCurrentPos(); //save current instructions position
  1146. _fs->PushLocalVariable(varname, _scope.nested, _VAR_CLOSURE); //add function name to find it as outer var if needed
  1147. //-1 to compensate default parameters when relocating
  1148. CreateFunction(varname,false, -1);
  1149. _fs->AddInstruction(_OP_CLOSURE, _fs->PushTarget(), _fs->_functions.size() - 1, 0);
  1150. //rellocate any stack operation (default parameters & _OP_Closure)
  1151. for(int i=old_pos+1, curr_pos = _fs->GetCurrentPos(); i <= curr_pos; ++i){
  1152. SQInstruction & inst = _fs->GetInstruction(i);
  1153. _fs->SetIntructionParam(i, 0, inst._arg0 -1);
  1154. }
  1155. _fs->PopTarget();
  1156. return;
  1157. }
  1158. do {
  1159. if(_token == _SC('&')){
  1160. is_reference_declaration = true;
  1161. Lex();
  1162. }
  1163. varname = Expect(TK_IDENTIFIER);
  1164. CheckLocalNameScope(varname, _scope.nested);
  1165. if(_token == _SC('=')) {
  1166. Lex(); Expression();
  1167. SQInteger src = _fs->PopTarget();
  1168. SQInteger dest = _fs->PushTarget();
  1169. if(dest != src) _fs->AddInstruction(_OP_MOVE, dest, src);
  1170. declType = _VAR_ANY;
  1171. }
  1172. else if(is_const_declaration || is_reference_declaration)
  1173. Error(_SC("const/reference '%s' need an initializer"), _stringval(varname));
  1174. else{
  1175. SQInteger dest = _fs->PushTarget();
  1176. switch(declType){
  1177. case TK_LOCAL_CHAR_T:
  1178. case TK_LOCAL_WCHAR_T:
  1179. _fs->AddInstruction(_OP_LOADNULLS, dest,1);
  1180. declType = _VAR_STRING;
  1181. break;
  1182. case TK_LOCAL_BOOL_T:
  1183. //default value false
  1184. _fs->AddInstruction(_OP_LOADBOOL, dest,0);
  1185. declType = _VAR_BOOL;
  1186. break;
  1187. case TK_LOCAL_TABLE_T:
  1188. _fs->AddInstruction(_OP_LOADNULLS, dest,1);
  1189. declType = _VAR_TABLE;
  1190. break;
  1191. case TK_LOCAL_ARRAY_T:
  1192. _fs->AddInstruction(_OP_LOADNULLS, dest,1);
  1193. declType = _VAR_ARRAY;
  1194. break;
  1195. case TK_LOCAL_INT8_T:
  1196. case TK_LOCAL_INT16_T:
  1197. case TK_LOCAL_INT32_T:
  1198. case TK_LOCAL_INT64_T:
  1199. case TK_LOCAL_INT_T:
  1200. case TK_LOCAL_UINT8_T:
  1201. case TK_LOCAL_UINT16_T:
  1202. case TK_LOCAL_UINT32_T:
  1203. case TK_LOCAL_UINT64_T:
  1204. case TK_LOCAL_UINT_T:
  1205. //default value 0
  1206. _fs->AddInstruction(_OP_LOADINT, dest,0);
  1207. declType = _VAR_INTEGER;
  1208. break;
  1209. case TK_LOCAL_FLOAT_T:
  1210. case TK_LOCAL_DOUBLE_T:
  1211. case TK_LOCAL_LONG_DOUBLE_T:
  1212. //default value 0.0
  1213. //_OP_LOADFLOAT is only valid when SQFloat size == SQInt32 size
  1214. _fs->AddInstruction(_OP_LOADINT, dest,0);
  1215. declType = _VAR_FLOAT;
  1216. break;
  1217. //case TK_LOCAL:
  1218. default:
  1219. //default value null
  1220. _fs->AddInstruction(_OP_LOADNULLS, dest,1);
  1221. declType = _VAR_ANY;
  1222. }
  1223. }
  1224. _fs->PopTarget();
  1225. _fs->PushLocalVariable(varname, _scope.nested, (is_const_declaration ? _VAR_CONST : declType)
  1226. | (is_reference_declaration ? _VAR_REFERENCE : 0));
  1227. if(_token == _SC(',')) Lex(); else break;
  1228. } while(1);
  1229. }
  1230. void IfStatement()
  1231. {
  1232. SQInteger jmppos;
  1233. bool haselse = false;
  1234. Lex(); Expect(_SC('(')); CommaExpr(true); Expect(_SC(')'));
  1235. _fs->AddInstruction(_OP_JZ, _fs->PopTarget());
  1236. SQInteger jnepos = _fs->GetCurrentPos();
  1237. BEGIN_SCOPE();
  1238. //there is a situation where the if statement has a statement enclosed by {}
  1239. //and after the closing "}" there is no newline or semicolom
  1240. //it's a valid construction but the compiler was complaining about it
  1241. //for now added "&& _token != TK_IDENTIFIER" to the check after "Statement()" call
  1242. /*
  1243. local color = "blue";
  1244. if(color == "yellow"){
  1245. print(color);
  1246. } print("Waht color is it ?");
  1247. */
  1248. Statement();
  1249. //
  1250. if(_token != _SC('}') && _token != TK_ELSE && _token != TK_IDENTIFIER) OptionalSemicolon();
  1251. END_SCOPE();
  1252. SQInteger endifblock = _fs->GetCurrentPos();
  1253. if(_token == TK_ELSE){
  1254. haselse = true;
  1255. BEGIN_SCOPE();
  1256. _fs->AddInstruction(_OP_JMP);
  1257. jmppos = _fs->GetCurrentPos();
  1258. Lex();
  1259. Statement(); if(_token != TK_IDENTIFIER) OptionalSemicolon();
  1260. END_SCOPE();
  1261. _fs->SetIntructionParam(jmppos, 1, _fs->GetCurrentPos() - jmppos);
  1262. }
  1263. _fs->SetIntructionParam(jnepos, 1, endifblock - jnepos + (haselse?1:0));
  1264. }
  1265. void WhileStatement()
  1266. {
  1267. SQInteger jzpos, jmppos;
  1268. jmppos = _fs->GetCurrentPos();
  1269. Lex(); Expect(_SC('(')); CommaExpr(true); Expect(_SC(')'));
  1270. BEGIN_BREAKBLE_BLOCK();
  1271. _fs->AddInstruction(_OP_JZ, _fs->PopTarget());
  1272. jzpos = _fs->GetCurrentPos();
  1273. BEGIN_SCOPE();
  1274. Statement();
  1275. END_SCOPE();
  1276. _fs->AddInstruction(_OP_JMP, 0, jmppos - _fs->GetCurrentPos() - 1);
  1277. _fs->SetIntructionParam(jzpos, 1, _fs->GetCurrentPos() - jzpos);
  1278. END_BREAKBLE_BLOCK(jmppos);
  1279. }
  1280. void DoWhileStatement()
  1281. {
  1282. Lex();
  1283. SQInteger jmptrg = _fs->GetCurrentPos();
  1284. BEGIN_BREAKBLE_BLOCK()
  1285. BEGIN_SCOPE();
  1286. Statement();
  1287. END_SCOPE();
  1288. //fix proposed by frosch to correct line number info in stack dumps
  1289. _fs->AddLineInfos(_lex._currentline, _lineinfo, true);
  1290. Expect(TK_WHILE);
  1291. SQInteger continuetrg = _fs->GetCurrentPos();
  1292. Expect(_SC('(')); CommaExpr(true); Expect(_SC(')'));
  1293. _fs->AddInstruction(_OP_JZ, _fs->PopTarget(), 1);
  1294. _fs->AddInstruction(_OP_JMP, 0, jmptrg - _fs->GetCurrentPos() - 1);
  1295. END_BREAKBLE_BLOCK(continuetrg);
  1296. }
  1297. void ForStatement()
  1298. {
  1299. Lex();
  1300. BEGIN_SCOPE();
  1301. Expect(_SC('('));
  1302. switch(_token){
  1303. case TK_LOCAL_CHAR_T:
  1304. case TK_LOCAL_WCHAR_T:
  1305. case TK_LOCAL_BOOL_T:
  1306. case TK_LOCAL_TABLE_T:
  1307. case TK_LOCAL_ARRAY_T:
  1308. case TK_LOCAL_INT8_T:
  1309. case TK_LOCAL_INT16_T:
  1310. case TK_LOCAL_INT32_T:
  1311. case TK_LOCAL_INT64_T:
  1312. case TK_LOCAL_INT_T:
  1313. case TK_LOCAL_UINT8_T:
  1314. case TK_LOCAL_UINT16_T:
  1315. case TK_LOCAL_UINT32_T:
  1316. case TK_LOCAL_UINT64_T:
  1317. case TK_LOCAL_UINT_T:
  1318. case TK_LOCAL_FLOAT_T:
  1319. case TK_LOCAL_DOUBLE_T:
  1320. case TK_LOCAL_LONG_DOUBLE_T:
  1321. case TK_LOCAL:
  1322. LocalDeclStatement();
  1323. break;
  1324. default:
  1325. if(_token != _SC(';')){
  1326. CommaExpr();
  1327. _fs->PopTarget();
  1328. }
  1329. }
  1330. Expect(_SC(';'));
  1331. _fs->SnoozeOpt();
  1332. SQInteger jmppos = _fs->GetCurrentPos();
  1333. SQInteger jzpos = -1;
  1334. if(_token != _SC(';')) { CommaExpr(); _fs->AddInstruction(_OP_JZ, _fs->PopTarget()); jzpos = _fs->GetCurrentPos(); }
  1335. Expect(_SC(';'));
  1336. _fs->SnoozeOpt();
  1337. SQInteger expstart = _fs->GetCurrentPos() + 1;
  1338. if(_token != _SC(')')) {
  1339. CommaExpr();
  1340. _fs->PopTarget();
  1341. }
  1342. Expect(_SC(')'));
  1343. _fs->SnoozeOpt();
  1344. SQInteger expend = _fs->GetCurrentPos();
  1345. SQInteger expsize = (expend - expstart) + 1;
  1346. SQInstructionVec exp;
  1347. if(expsize > 0) {
  1348. for(SQInteger i = 0; i < expsize; i++)
  1349. exp.push_back(_fs->GetInstruction(expstart + i));
  1350. _fs->PopInstructions(expsize);
  1351. }
  1352. BEGIN_BREAKBLE_BLOCK()
  1353. Statement();
  1354. SQInteger continuetrg = _fs->GetCurrentPos();
  1355. if(expsize > 0) {
  1356. for(SQInteger i = 0; i < expsize; i++)
  1357. _fs->AddInstruction(exp[i]);
  1358. }
  1359. _fs->AddInstruction(_OP_JMP, 0, jmppos - _fs->GetCurrentPos() - 1, 0);
  1360. if(jzpos> 0) _fs->SetIntructionParam(jzpos, 1, _fs->GetCurrentPos() - jzpos);
  1361. END_SCOPE();
  1362. END_BREAKBLE_BLOCK(continuetrg);
  1363. }
  1364. void ForEachStatement()
  1365. {
  1366. SQObject idxname, valname;
  1367. Lex(); Expect(_SC('(')); valname = Expect(TK_IDENTIFIER);
  1368. if(_token == _SC(',')) {
  1369. idxname = valname;
  1370. Lex(); valname = Expect(TK_IDENTIFIER);
  1371. }
  1372. else{
  1373. idxname = _fs->CreateString(_SC("@INDEX@"));
  1374. }
  1375. Expect(TK_IN);
  1376. //save the stack size
  1377. BEGIN_SCOPE();
  1378. //put the table in the stack(evaluate the table expression)
  1379. Expression(); Expect(_SC(')'));
  1380. SQInteger container = _fs->TopTarget();
  1381. //push the index local var
  1382. SQInteger indexpos = _fs->PushLocalVariable(idxname, _scope.nested);
  1383. _fs->AddInstruction(_OP_LOADNULLS, indexpos,1);
  1384. //push the value local var
  1385. SQInteger valuepos = _fs->PushLocalVariable(valname, _scope.nested);
  1386. _fs->AddInstruction(_OP_LOADNULLS, valuepos,1);
  1387. //push reference index
  1388. SQInteger itrpos = _fs->PushLocalVariable(_fs->CreateString(_SC("@ITERATOR@")), _scope.nested); //use invalid id to make it inaccessible
  1389. _fs->AddInstruction(_OP_LOADNULLS, itrpos,1);
  1390. SQInteger jmppos = _fs->GetCurrentPos();
  1391. _fs->AddInstruction(_OP_FOREACH, container, 0, indexpos);
  1392. SQInteger foreachpos = _fs->GetCurrentPos();
  1393. _fs->AddInstruction(_OP_POSTFOREACH, container, 0, indexpos);
  1394. //generate the statement code
  1395. BEGIN_BREAKBLE_BLOCK()
  1396. Statement();
  1397. _fs->AddInstruction(_OP_JMP, 0, jmppos - _fs->GetCurrentPos() - 1);
  1398. _fs->SetIntructionParam(foreachpos, 1, _fs->GetCurrentPos() - foreachpos);
  1399. _fs->SetIntructionParam(foreachpos + 1, 1, _fs->GetCurrentPos() - foreachpos);
  1400. END_BREAKBLE_BLOCK(foreachpos - 1);
  1401. //restore the local variable stack(remove index,val and ref idx)
  1402. _fs->PopTarget();
  1403. END_SCOPE();
  1404. }
  1405. void SwitchStatement()
  1406. {
  1407. Lex(); Expect(_SC('(')); CommaExpr(true); Expect(_SC(')'));
  1408. Expect(_SC('{'));
  1409. SQInteger expr = _fs->TopTarget();
  1410. bool bfirst = true;
  1411. SQInteger tonextcondjmp = -1;
  1412. SQInteger skipcondjmp = -1;
  1413. SQInteger __nbreaks__ = _fs->_unresolvedbreaks.size();
  1414. _fs->_breaktargets.push_back(0);
  1415. while(_token == TK_CASE) {
  1416. if(!bfirst) {
  1417. _fs->AddInstruction(_OP_JMP, 0, 0);
  1418. skipcondjmp = _fs->GetCurrentPos();
  1419. _fs->SetIntructionParam(tonextcondjmp, 1, _fs->GetCurrentPos() - tonextcondjmp);
  1420. }
  1421. //condition
  1422. Lex(); Expression(); Expect(_SC(':'));
  1423. SQInteger trg = _fs->PopTarget();
  1424. _fs->AddInstruction(_OP_EQ, trg, trg, expr);
  1425. _fs->AddInstruction(_OP_JZ, trg, 0);
  1426. //end condition
  1427. if(skipcondjmp != -1) {
  1428. _fs->SetIntructionParam(skipcondjmp, 1, (_fs->GetCurrentPos() - skipcondjmp));
  1429. }
  1430. tonextcondjmp = _fs->GetCurrentPos();
  1431. BEGIN_SCOPE();
  1432. Statements();
  1433. END_SCOPE();
  1434. bfirst = false;
  1435. }
  1436. if(tonextcondjmp != -1)
  1437. _fs->SetIntructionParam(tonextcondjmp, 1, _fs->GetCurrentPos() - tonextcondjmp);
  1438. if(_token == TK_DEFAULT) {
  1439. Lex(); Expect(_SC(':'));
  1440. BEGIN_SCOPE();
  1441. Statements();
  1442. END_SCOPE();
  1443. }
  1444. Expect(_SC('}'));
  1445. _fs->PopTarget();
  1446. __nbreaks__ = _fs->_unresolvedbreaks.size() - __nbreaks__;
  1447. if(__nbreaks__ > 0)ResolveBreaks(_fs, __nbreaks__);
  1448. _fs->_breaktargets.pop_back();
  1449. }
  1450. void FunctionStatement()
  1451. {
  1452. SQObject id;
  1453. Lex(); id = Expect(TK_IDENTIFIER);
  1454. _fs->PushTarget(0);
  1455. _fs->AddInstruction(_OP_LOAD, _fs->PushTarget(), _fs->GetConstant(id));
  1456. if(_token == TK_DOUBLE_COLON) Emit2ArgsOP(_OP_GET);
  1457. else CheckGlobalName(id, true);
  1458. while(_token == TK_DOUBLE_COLON) {
  1459. Lex();
  1460. id = Expect(TK_IDENTIFIER);
  1461. //todo check if class function already exists
  1462. _fs->AddInstruction(_OP_LOAD, _fs->PushTarget(), _fs->GetConstant(id));
  1463. if(_token == TK_DOUBLE_COLON) Emit2ArgsOP(_OP_GET);
  1464. }
  1465. Expect(_SC('('));
  1466. CreateFunction(id);
  1467. _fs->AddInstruction(_OP_CLOSURE, _fs->PushTarget(), _fs->_functions.size() - 1, 0);
  1468. EmitDerefOp(_OP_NEWSLOT);
  1469. _fs->PopTarget();
  1470. }
  1471. void ClassStatement()
  1472. {
  1473. SQExpState es;
  1474. Lex();
  1475. if(_token == TK_IDENTIFIER) {
  1476. SQObjectPtr str = SQString::Create(_ss(_vm), _lex._svalue);
  1477. CheckGlobalName(str, true);
  1478. }
  1479. es = _es;
  1480. _es.donot_get = true;
  1481. PrefixedExpr();
  1482. if(_es.etype == EXPR) {
  1483. Error(_SC("invalid class name"));
  1484. }
  1485. else if(_es.etype == OBJECT || _es.etype == BASE) {
  1486. ClassExp();
  1487. EmitDerefOp(_OP_NEWSLOT);
  1488. _fs->PopTarget();
  1489. }
  1490. else {
  1491. Error(_SC("cannot create a class in a local with the syntax(class <local>)"));
  1492. }
  1493. _es = es;
  1494. }
  1495. SQObject ExpectScalar()
  1496. {
  1497. SQObject val;
  1498. val._type = OT_NULL; val._unVal.nInteger = 0; //shut up GCC 4.x
  1499. switch(_token) {
  1500. case TK_INTEGER:
  1501. val._type = OT_INTEGER;
  1502. val._unVal.nInteger = _lex._nvalue;
  1503. break;
  1504. case TK_FLOAT:
  1505. val._type = OT_FLOAT;
  1506. val._unVal.fFloat = _lex._fvalue;
  1507. break;
  1508. case TK_STRING_LITERAL:
  1509. val = _fs->CreateString(_lex._svalue,_lex._longstr.size()-1);
  1510. break;
  1511. case '-':
  1512. Lex();
  1513. switch(_token)
  1514. {
  1515. case TK_INTEGER:
  1516. val._type = OT_INTEGER;
  1517. val._unVal.nInteger = -_lex._nvalue;
  1518. break;
  1519. case TK_FLOAT:
  1520. val._type = OT_FLOAT;
  1521. val._unVal.fFloat = -_lex._fvalue;
  1522. break;
  1523. default:
  1524. Error(_SC("scalar expected : integer,float"));
  1525. }
  1526. break;
  1527. default:
  1528. Error(_SC("scalar expected : integer,float or string"));
  1529. }
  1530. Lex();
  1531. return val;
  1532. }
  1533. void EnumStatement()
  1534. {
  1535. Lex();
  1536. SQObject id = Expect(TK_IDENTIFIER);
  1537. Expect(_SC('{'));
  1538. //CheckLocalNameScope(id, _scope.nested);
  1539. SQObjectPtr strongid = id;
  1540. CheckLocalNameScope(id, _scope.nested);
  1541. CheckConstsExists(strongid);
  1542. SQObject table = _fs->CreateTable();
  1543. //_fs->AddInstruction(_OP_NEWOBJ, _fs->PushTarget(),0,NOT_TABLE);
  1544. SQInteger nval = 0;
  1545. while(_token != _SC('}')) {
  1546. SQObject key = Expect(TK_IDENTIFIER);
  1547. SQObject val;
  1548. if(_token == _SC('=')) {
  1549. Lex();
  1550. val = ExpectScalar();
  1551. }
  1552. else {
  1553. val._type = OT_INTEGER;
  1554. val._unVal.nInteger = nval++;
  1555. }
  1556. //SQInteger table = _fs->TopTarget(); //<<BECAUSE OF THIS NO COMMON EMIT FUNC IS POSSIBLE
  1557. //_fs->AddInstruction(_OP_NEWSLOT, 0xFF, table, key, val);
  1558. _table(table)->NewSlot(SQObjectPtr(key),SQObjectPtr(val));
  1559. if(_token == ',') Lex();
  1560. }
  1561. ConstsNewSlot(SQObjectPtr(strongid),SQObjectPtr(table));
  1562. strongid.Null();
  1563. Lex();
  1564. }
  1565. void TryCatchStatement()
  1566. {
  1567. SQObject exid;
  1568. Lex();
  1569. _fs->AddInstruction(_OP_PUSHTRAP,0,0);
  1570. _fs->_traps++;
  1571. if(_fs->_breaktargets.size()) _fs->_breaktargets.top()++;
  1572. if(_fs->_continuetargets.size()) _fs->_continuetargets.top()++;
  1573. SQInteger trappos = _fs->GetCurrentPos();
  1574. {
  1575. BEGIN_SCOPE();
  1576. Statement();
  1577. END_SCOPE();
  1578. }
  1579. _fs->_traps--;
  1580. _fs->AddInstruction(_OP_POPTRAP, 1, 0);
  1581. if(_fs->_breaktargets.size()) _fs->_breaktargets.top()--;
  1582. if(_fs->_continuetargets.size()) _fs->_continuetargets.top()--;
  1583. _fs->AddInstruction(_OP_JMP, 0, 0);
  1584. SQInteger jmppos = _fs->GetCurrentPos();
  1585. _fs->SetIntructionParam(trappos, 1, (_fs->GetCurrentPos() - trappos));
  1586. Expect(TK_CATCH); Expect(_SC('(')); exid = Expect(TK_IDENTIFIER); Expect(_SC(')'));
  1587. {
  1588. BEGIN_SCOPE();
  1589. SQInteger ex_target = _fs->PushLocalVariable(exid, _scope.nested);
  1590. _fs->SetIntructionParam(trappos, 0, ex_target);
  1591. Statement();
  1592. _fs->SetIntructionParams(jmppos, 0, (_fs->GetCurrentPos() - jmppos), 0);
  1593. END_SCOPE();
  1594. }
  1595. }
  1596. void FunctionExp(SQInteger ftype,bool lambda = false)
  1597. {
  1598. Lex(); Expect(_SC('('));
  1599. SQObjectPtr dummy;
  1600. CreateFunction(dummy,lambda);
  1601. _fs->AddInstruction(_OP_CLOSURE, _fs->PushTarget(), _fs->_functions.size() - 1, ftype == TK_FUNCTION?0:1);
  1602. }
  1603. void ClassExp()
  1604. {
  1605. SQInteger base = -1;
  1606. SQInteger attrs = -1;
  1607. if(_token == TK_EXTENDS) {
  1608. Lex(); Expression();
  1609. base = _fs->TopTarget();
  1610. }
  1611. if(_token == TK_ATTR_OPEN) {
  1612. Lex();
  1613. _fs->AddInstruction(_OP_NEWOBJ, _fs->PushTarget(),0,NOT_TABLE);
  1614. ParseTableOrClass(_SC(','),TK_ATTR_CLOSE);
  1615. attrs = _fs->TopTarget();
  1616. }
  1617. Expect(_SC('{'));
  1618. if(attrs != -1) _fs->PopTarget();
  1619. if(base != -1) _fs->PopTarget();
  1620. _fs->AddInstruction(_OP_NEWOBJ, _fs->PushTarget(), base, attrs,NOT_CLASS);
  1621. ParseTableOrClass(_SC(';'),_SC('}'));
  1622. }
  1623. void DeleteExpr()
  1624. {
  1625. SQExpState es;
  1626. Lex();
  1627. es = _es;
  1628. _es.donot_get = true;
  1629. PrefixedExpr();
  1630. if(_es.etype==EXPR) Error(_SC("can't delete an expression"));
  1631. if(_es.etype==OBJECT || _es.etype==BASE) {
  1632. Emit2ArgsOP(_OP_DELETE);
  1633. }
  1634. else {
  1635. Error(_SC("cannot delete an (outer) local"));
  1636. }
  1637. _es = es;
  1638. }
  1639. void PrefixIncDec(SQInteger token)
  1640. {
  1641. SQExpState es;
  1642. SQInteger diff = (token==TK_MINUSMINUS) ? -1 : 1;
  1643. Lex();
  1644. es = _es;
  1645. _es.donot_get = true;
  1646. PrefixedExpr();
  1647. if(_es.etype==EXPR) {
  1648. Error(_SC("can't '++' or '--' an expression"));
  1649. }
  1650. else if(_es.etype==OBJECT || _es.etype==BASE) {
  1651. Emit2ArgsOP(_OP_INC, diff);
  1652. }
  1653. else if(_es.etype==LOCAL) {
  1654. SQInteger src = _fs->TopTarget();
  1655. _fs->AddInstruction(_OP_INCL, src, src, 0, diff);
  1656. }
  1657. else if(_es.etype==OUTER) {
  1658. SQInteger tmp = _fs->PushTarget();
  1659. _fs->AddInstruction(_OP_GETOUTER, tmp, _es.epos);
  1660. _fs->AddInstruction(_OP_INCL, tmp, tmp, 0, diff);
  1661. _fs->AddInstruction(_OP_SETOUTER, tmp, _es.epos, tmp);
  1662. }
  1663. _es = es;
  1664. }
  1665. void CreateFunction(SQObject &name,bool lambda = false, int stack_offset=0)
  1666. {
  1667. SQFuncState *funcstate = _fs->PushChildState(_ss(_vm));
  1668. funcstate->_name = name;
  1669. SQObject paramname, type_name;
  1670. funcstate->AddParameter(_fs->CreateString(_SC("this")), _scope.nested+1);
  1671. funcstate->_sourcename = _sourcename;
  1672. SQInteger defparams = 0;
  1673. SQInteger is_reference = 0;
  1674. while(_token!=_SC(')')) {
  1675. is_reference = 0; //reset is_reference
  1676. if(_token == TK_VARPARAMS) {
  1677. if(defparams > 0) Error(_SC("function with default parameters cannot have variable number of parameters"));
  1678. funcstate->AddParameter(_fs->CreateString(_SC("vargv")), _scope.nested+1);
  1679. funcstate->_varparams = true;
  1680. Lex();
  1681. if(_token != _SC(')')) Error(_SC("expected ')'"));
  1682. break;
  1683. }
  1684. else {
  1685. if(_token == _SC('&')){
  1686. is_reference = 1;
  1687. Lex();
  1688. }
  1689. paramname = Expect(TK_IDENTIFIER);
  1690. funcstate->AddParameter(paramname, _scope.nested+1, is_reference ? _VAR_REFERENCE : _VAR_ANY);
  1691. if(_token == _SC('=')) {
  1692. if(is_reference) Error(_SC("parameter passed by reference can't have default value"));
  1693. Lex();
  1694. if(_token == _SC('[') || _token == _SC('{')) Error(_SC("default parameter with array/table values not supported"));
  1695. Expression();
  1696. //stack_offset to compensate for local functions been relocated to allow recursion
  1697. funcstate->AddDefaultParam(_fs->TopTarget()+stack_offset);
  1698. defparams++;
  1699. }
  1700. else if(_token == _SC(':')){
  1701. //param type specifier like typescript
  1702. Lex();
  1703. type_name = Expect(TK_IDENTIFIER);
  1704. //printf("%d %s\n", __LINE__, _stringval(type_name));
  1705. }
  1706. else {
  1707. if(defparams > 0) Error(_SC("expected '='"));
  1708. }
  1709. if(_token == _SC(',')) Lex();
  1710. else if(_token != _SC(')')) Error(_SC("expected ')' or ','"));
  1711. }
  1712. }
  1713. Expect(_SC(')'));
  1714. if(_token == _SC(':')){
  1715. //return type specifier like typescript
  1716. Lex();
  1717. type_name = Expect(TK_IDENTIFIER);
  1718. //printf("%d %s\n", __LINE__, _stringval(type_name));
  1719. }
  1720. for(SQInteger n = 0; n < defparams; n++) {
  1721. _fs->PopTarget();
  1722. }
  1723. SQFuncState *currchunk = _fs;
  1724. _fs = funcstate;
  1725. if(lambda) {
  1726. Expression();
  1727. _fs->AddInstruction(_OP_RETURN, 1, _fs->PopTarget());}
  1728. else {
  1729. Statement(false);
  1730. }
  1731. funcstate->AddLineInfos(_lex._prevtoken == _SC('\n')?_lex._lasttokenline:_lex._currentline, _lineinfo, true);
  1732. funcstate->AddInstruction(_OP_RETURN, -1);
  1733. funcstate->SetStackSize(0);
  1734. SQFunctionProto *func = funcstate->BuildProto();
  1735. #ifdef _DEBUG_DUMP
  1736. funcstate->Dump(func);
  1737. #endif
  1738. _fs = currchunk;
  1739. _fs->_functions.push_back(func);
  1740. _fs->PopChildState();
  1741. }
  1742. void ResolveBreaks(SQFuncState *funcstate, SQInteger ntoresolve)
  1743. {
  1744. while(ntoresolve > 0) {
  1745. SQInteger pos = funcstate->_unresolvedbreaks.back();
  1746. funcstate->_unresolvedbreaks.pop_back();
  1747. //set the jmp instruction
  1748. funcstate->SetIntructionParams(pos, 0, funcstate->GetCurrentPos() - pos, 0);
  1749. ntoresolve--;
  1750. }
  1751. }
  1752. void ResolveContinues(SQFuncState *funcstate, SQInteger ntoresolve, SQInteger targetpos)
  1753. {
  1754. while(ntoresolve > 0) {
  1755. SQInteger pos = funcstate->_unresolvedcontinues.back();
  1756. funcstate->_unresolvedcontinues.pop_back();
  1757. //set the jmp instruction
  1758. funcstate->SetIntructionParams(pos, 0, targetpos - pos, 0);
  1759. ntoresolve--;
  1760. }
  1761. }
  1762. private:
  1763. SQInteger _token;
  1764. SQFuncState *_fs;
  1765. SQObjectPtr _sourcename;
  1766. SQLexer _lex;
  1767. bool _lineinfo;
  1768. bool _raiseerror;
  1769. bool _show_warnings;
  1770. SQInteger _debugline;
  1771. SQInteger _debugop;
  1772. SQExpState _es;
  1773. SQScope _scope;
  1774. SQChar *compilererror;
  1775. jmp_buf _errorjmp;
  1776. SQVM *_vm;
  1777. SQObjectPtrVec _scope_consts;
  1778. SQObjectPtr _globals;
  1779. };
  1780. bool Compile(SQVM *vm,SQLEXREADFUNC rg, SQUserPointer up, const SQChar *sourcename, SQObjectPtr &out,
  1781. bool raiseerror, bool lineinfo, bool show_warnings)
  1782. {
  1783. SQCompiler p(vm, rg, up, sourcename, raiseerror, lineinfo, show_warnings);
  1784. return p.Compile(out);
  1785. }
  1786. #endif