aboutsummaryrefslogtreecommitdiff
path: root/engines/director/lingo/lingo-gr.h
AgeCommit message (Expand)Author
2016-08-03DIRECTOR: Lingo: Fix 'intersects' operator parsing and added 'within' operatorEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Initial stub for 'intersects' operatorEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Stub for when/then statementEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Added support for parameter-less built-insEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Initial code for factory/method definitionEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Implement getting the entity fieldsEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Process simple 'the' entitiesEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Improved support for multiple 'else if' statementsEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Further work on if() statementEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Better error recovery and further work on if() statementsEugene Sandulenko
2016-08-03DIRECTOR: Lingo: FLOAT actually has to have double precision. Switching.Eugene Sandulenko
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: Fix mixing of one-line and multi-line ifsEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Parse basic 'else if' clauseEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Process D3-style cast referencesEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Differentiate built-in function from IDsEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Implemented 'global' keyword. Start of local/global var impl...Eugene Sandulenko
2016-08-03DIRECTOR: Lingo: Add type to stackEugene 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: Fix parsing multiple macrosEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Initial grammar for 'macro' keywordEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Initial code for 'repeat with' control keywordEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Implement 'repeat while' control keywordEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Renamed UNDEF -> VOIDEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Make 'if' statement functional. Added 'if-else' statement.Eugene Sandulenko
2016-08-03DIRECTOR: Lingo: Implement logical operatorsEugene 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: Implement 'go' and 'go to' functionsEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Simpler token constantsEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Add missing funcsEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Enable parse debugEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Added printing funcEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Added some lingo-func codeEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Added mciwait function stubEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Moved func_mci() to a separate fileEugene Sandulenko
2016-08-03DIRECTOR: Lingo, added put/set functions and support for multiline inputEugene Sandulenko
2016-08-03DIRECTOR: Added stub for 'mci' Lingo commandEugene Sandulenko
2016-08-03DIRECTOR: Added stub parser. Now just arithmetic expressions.Eugene Sandulenko