aboutsummaryrefslogtreecommitdiff
path: root/engines/director/lingo/lingo-lex.l
AgeCommit message (Expand)Author
2016-08-20DIRECTOR: Lingo: Defined 'mod' operator and specified operator precedenceEugene Sandulenko
2016-08-20DIRECTOR: Lingo: Added stub for 'instance' keywordEugene Sandulenko
2016-08-16DIRECTOR: Lingo: Implement D2 version of 'the sqrt'Eugene Sandulenko
2016-08-10DIRECTOR: Lingo: Moved 'mci' and 'mciwait' to built-insEugene Sandulenko
2016-08-07DIRECTOR: Lingo: Added stub for playAccel and printFrom commandsEugene Sandulenko
2016-08-07DIRECTOR: Lingo: Fixed string parsingEugene Sandulenko
2016-08-07DIRECTOR: Lingo: Fixed line counting on error and multiple consequtive newlinesEugene Sandulenko
2016-08-07DIRECTOR: Lingo: Added 'play' and 'play done' command stubsEugene Sandulenko
2016-08-06DIRECTOR: Lingo. Added stubs for 'do' and 'open' commandsEugene Sandulenko
2016-08-06DIRECTOR: Lingo: Moved recently added functions to built-insEugene Sandulenko
2016-08-05DIRECTOR: Lingo: Added generic built-in proceduresEugene Sandulenko
2016-08-05DIRECTOR: Lingo: Made built-in functions genericEugene Sandulenko
2016-08-05DIRECTOR: Lingo: Revert adding prefix 'v' to all Symbol types.Eugene Sandulenko
2016-08-05DIRECTOR: Lingo: Move MSVC fix to the .l fileEugene Sandulenko
2016-08-04DIRECTOR: Lingo: Added stubs for 'continue', 'cursor' and 'delay'Eugene Sandulenko
2016-08-04DIRECTOR: Lingo: Added stubs for 'closeDA', 'closeResFile' and 'closeXlib'Eugene Sandulenko
2016-08-04DIRECTOR: Lingo: Added 'alert' and 'beep' function stubsEugene Sandulenko
2016-08-04DIRECTOR: Lingo: Add prefix 'v' to all Symbol types.Eugene Sandulenko
2016-08-04DIRECTOR: Lingo: Fix PS2 compilationEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Do not error out on unknown entitiesEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Turn builtins into normal symbolsEugene Sandulenko
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: Distinguish same name the fields for different the entitiesEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Implement getting the entity fieldsEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Process simple 'the' entitiesEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Use namespace in lexerEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Initial code for 'the' entity handlingEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Fix compilation for scripts with no leading spacesEugene 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: 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: Suport multiple one-line 'else if' statementsEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Provide error position in the fileEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Fix mixing of one-line and multi-line ifsEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Eat all leading whitespacesEugene 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: 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