aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-08-03DIRECTOR: Change ReadStream to ReadStreamEndianDmitry Iskrich
2016-08-03DIRECTOR: Lingo: Fix handler callingEugene Sandulenko
2016-08-03DIRECTOR: Refactoring renderSpriteDmitry Iskrich
2016-08-03DIRECTOR: Support goto command in ScoreDmitry Iskrich
2016-08-03DIRECTOR: Lingo: Disable debugging codeEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Initial implementation of c_procret()Eugene Sandulenko
2016-08-03DIRECTOR: Lingo: Initial code for c_call()Eugene Sandulenko
2016-08-03DIRECTOR: Lingo: Issue warning on handler redefinitionEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Implement calling user-defined functions without parametersEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Refactoring for ID-related code generationEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Initial code for function call grammarEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Make all keywords case-insensitiveEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Avoid printing out unrecognizet tokens in lexerEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Removed redundant endianness specification in READ/WRITEEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Renamed VAR->ID in the grammar for clarityEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Made the unassigned variable match the originalEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Initial implementation of the handler define() methodEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Generate STOP at the macro endEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Added named parameter assignment for macrosEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Fix parsing multiple macrosEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Initial grammar for 'macro' keywordEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Implement 'repeat with down' control keywordEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Fix 'repeat with' control keyword implementationEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Further work on the 'repeat with' control keywordEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Initial code for 'repeat with' control keywordEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Fix subexpressionsEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Fix code generationEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Implement 'repeat while' control keywordEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Renamed UNDEF -> VOIDEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Documented 'repeat' control commandsEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Renamed func_->c_ and exec_->func_->Eugene Sandulenko
2016-08-03DIRECTOR: Lingo: Split out opcodes from actual function implementationsEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Make 'if' statement functional. Added 'if-else' statement.Eugene Sandulenko
2016-08-03DIRECTOR: Lingo: Fix 'if' statementEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Implement logical operatorsEugene Sandulenko
2016-08-03DIRECTOR: Lingvo: Fix 'put' functionEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Implement 'put' functionEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Fix variable accessingEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Initial code for 'if' statementsEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Updated copyright and added 'macro' keyword documentationEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Attempt to start basic error recovery implementationEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Rearrange 'go to' grammar for better readabilityEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Implement 'go' and 'go to' functionsEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Fix string alignment computationEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Simpler token constantsEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Add missing funcsEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Implement func_neg()Eugene Sandulenko
2016-08-03DIRECTOR: Lingo: Fix multiline statements, fix leading whitespace handlingEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Enable parse debugEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Fix func_constpush() and made it portableEugene Sandulenko