aboutsummaryrefslogtreecommitdiff
path: root/engines/director/lingo/lingo-code.cpp
AgeCommit message (Expand)Author
2016-08-03DIRECTOR: Lingo: Implement 'exit' commandEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Added float constants and automatic type conversionEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Make global/local vars workEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Store and restore local variables in scope.Eugene Sandulenko
2016-08-03DIRECTOR: Fix code style violationDmitry Iskrich
2016-08-03DIRECTOR: Lingo: Implemented 'global' keyword. Start of local/global var impl...Eugene Sandulenko
2016-08-03DIRECTOR: Lingo: Actually let VOID vars to pass.Eugene Sandulenko
2016-08-03DIRECTOR: Execute goto scriptsDmitry Iskrich
2016-08-03DIRECTOR: Lingo: Add type to stackEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Split out the code gen functions into a separate file.Eugene Sandulenko
2016-08-03DIRECTOR: Lingo: Fix handler parameter assigning. Added more debug output.Eugene Sandulenko
2016-08-03DIRECTOR: Lingo: Fix handler callingEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Initial implementation of c_procret()Eugene Sandulenko
2016-08-03DIRECTOR: Lingo: Initial code for c_call()Eugene Sandulenko
2016-08-03DIRECTOR: Lingo: Issue warning on handler redefinitionEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Implement calling user-defined functions without parametersEugene 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: Made the unassigned variable match the originalEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Initial implementation of the handler define() methodEugene 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
2016-08-03DIRECTOR: Lingo: Fix 'repeat with' control keyword implementationEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Further work on the 'repeat with' control 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: Renamed func_->c_ and exec_->func_->Eugene Sandulenko
2016-08-03DIRECTOR: Lingo: Split out opcodes from actual function implementationsEugene Sandulenko