aboutsummaryrefslogtreecommitdiff
path: root/engines/director/lingo/lingo-gr.cpp
AgeCommit message (Expand)Author
2016-08-03DIRECTOR: Lingo: Implement 'contains' and 'starts' string operatorsEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Fixed <> operator, added logical operations and &&Eugene Sandulenko
2016-08-03DIRECTOR: Lingo: Implemented '&' string operatorEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Added string constants as expressionsEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Suport multiple one-line 'else if' statementsEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Fix multiline if statementsEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Provide error position in the fileEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Further work on combined if statementsEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Fix mixing of one-line and multi-line ifsEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Further work on one-liner ifsEugene Sandulenko
2016-08-03Revert "DIRECTOR: Lingo: More work on if statement overhaul"Eugene Sandulenko
2016-08-03DIRECTOR: Lingo: More work on if statement overhaulEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Merged if and oneline if grammarEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Switched elsestmt rule to left recursion for more effectivenessEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Switched right recursion to left in program ruleEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Fix 'else if' statement executionEugene Sandulenko
2016-08-03JANITORIAL: Whitespace fixesEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Stub for labelstackEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Added support for two line if/elseEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Parsing one-liner 'else if'Eugene Sandulenko
2016-08-03DIRECTOR: Lingo: Parse basic 'else if' clauseEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Started 'else if' implementationEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Process D3-style cast referencesEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Implement 'exit' commandEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Differentiate built-in function from IDsEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Added float constants and automatic type conversionEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Implement one-line version of 'if' statementEugene Sandulenko
2016-08-03DIRECTOR: Make built-in functions work (always)Eugene Sandulenko
2016-08-03DIRECTOR: Lingo: Make built-in functions work (sometimes)Eugene Sandulenko
2016-08-03DIRECTOR: Lingo: Initial code for built-in functionsEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Make 'global' accept list of variablesEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Implemented 'global' keyword. Start of local/global var impl...Eugene Sandulenko
2016-08-03DIRECTOR: Lingo: SImplified arg processing at macro definition.Eugene Sandulenko
2016-08-03DIRECTOR: Lingo: Fixed argument order in macros, simplified grammar.Eugene Sandulenko
2016-08-03DIRECTOR: Lingo: Move macro grammar to more logical spot in the fileEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Add type to stackEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Parsing of macro calls without parens.Eugene Sandulenko
2016-08-03DIRECTOR: Lingo: Parse continuation arguments in macrosEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Parse macro definitions reliablyEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Fix handler callingEugene 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: 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: 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