aboutsummaryrefslogtreecommitdiff
path: root/engines/director/lingo/lingo-lex.cpp
AgeCommit message (Expand)Author
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: 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: Ignore trailing spaces in scriptsEugene 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: Renamed VAR->ID in the grammar for clarityEugene 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: 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: 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: Added mciwait function stubEugene Sandulenko
2016-08-03DIRECTOR: Started work on converting Lingo into compilerEugene Sandulenko
2016-08-03DIRECTOR: Lingo: fixed String passing from lexer to parserEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Moved func_mci() to a separate fileEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Add support for '--' commentsEugene 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