aboutsummaryrefslogtreecommitdiff
path: root/engines/director/lingo/lingo-gr.cpp
AgeCommit message (Expand)Author
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: 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: Simpler token constantsEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Add missing funcsEugene 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
2016-08-03DIRECTOR: Lingo: Added printing funcEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Added some lingo-func codeEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Swithc to warning() on syntax error, and avoid printing valuesEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Move all functions to compilerEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Added mciwait function stubEugene Sandulenko
2016-08-03DIRECTOR: Started work on converting Lingo into compilerEugene 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