aboutsummaryrefslogtreecommitdiff
path: root/engines/director/lingo/lingo-gr.cpp
AgeCommit message (Expand)Author
2019-12-01DIRECTOR: LINGO: JANITORIAL: Whitespace fixes for grammarEugene Sandulenko
2019-11-27DIRECTOR: LINGO: Fix if statement parsingEugene Sandulenko
2019-11-27DIRECTOR: LINGO: JANITORIAL: Split long code lineEugene Sandulenko
2019-11-27DIRECTOR: LINGO: Fix grammar reduce/reduce conflictsEugene Sandulenko
2019-11-26DIRECTOR: LINGO: Fix line count when unsing tokens with new lineEugene Sandulenko
2019-11-26DIRECTOR: Added references as parameters to lingo built-insEugene Sandulenko
2019-11-17DIRECTOR: Recompile Lingo parserScott Percival
2019-11-17DIRECTOR: rename *constpush; 'const' in Lingo implies checking a lookup table...Scott Percival
2019-10-03DIRECTOR: Fix MSVC WarningsD G Turner
2019-09-16DIRECTOR: Fix Some MSVC WarningsD G Turner
2018-05-24JANITORIAL: Fix trailing whitespaceAdrian Frühwirth
2017-03-29DIRECTOR: Lingo: Added another if statement variantEugene Sandulenko
2017-03-29DIRECTOR: Lingo: Added tTHENNL tokenEugene Sandulenko
2017-03-07DIRECTOR: Lingo: Fix parsing D4 variant of 'on ...' clauseEugene Sandulenko
2017-03-07DIRECTOR: Lingo: Added definition for 'on' clauses without 'end'Eugene Sandulenko
2017-02-22DIRECTOR: Lingo: Avoid pushing fake values on stackEugene Sandulenko
2017-02-22DIRECTOR: Lingo: Move repeat..with, repeat..while and when to relative addressesEugene Sandulenko
2017-02-22DIRECTOR: Lingo: Turned if() statement code into relative jumpsEugene Sandulenko
2017-02-12DIRECTOR: Lingo: Implemented stub for REFERENCE built-insEugene Sandulenko
2017-02-12DIRECTOR: Lingo: Added grammar for assignment to referencesEugene Sandulenko
2017-02-10DIRECTOR: Lingo: Fixed parsing built-ins with arglistEugene Sandulenko
2017-02-10DIRECTOR: Lingo: Fixed built-ins code generationEugene Sandulenko
2017-02-08DIRECTOR: Lingo: Documented D4 "Parent scripts" LingoEugene Sandulenko
2017-02-08DIRECTOR: Lingo: Fix 'when..then' statementEugene Sandulenko
2017-02-07DIRECTOR: Lingo: Finally fixed grammar for BLTINARGLISTEugene Sandulenko
2017-02-07DIRECTOR: Lingo: Documented D4 "Movie in a window" LingoEugene Sandulenko
2017-02-06DIRECTOR: Lingo: Further work on improved built-in grammarEugene Sandulenko
2017-02-06DIRECTOR: Lingo: Fixing grammar for 'cast XX'Eugene Sandulenko
2017-01-23JANITORIAL: Whitespace fixesEugene Sandulenko
2017-01-23DIRECTOR: Lingo: Fix all remaining reduce/reduce conflictsEugene Sandulenko
2017-01-23DIRECTOR: Lingo: Clarified macro grammar.Eugene Sandulenko
2017-01-23DIRECTOR: Lingo: Fix macro grammar parcing. Removes 2 more reduce/reduceEugene Sandulenko
2017-01-23DIRECTOR: Lingo: Fix 57 more reduce/reduce conflicts in the grammar.Eugene Sandulenko
2017-01-23DIRECTOR: Lingo: Fix 35 reduce/reduce conflicts in grammar. 65 to goEugene Sandulenko
2017-01-15DIRECTOR: Lingo: Implemented immediate mode used for 'playAccel'Eugene Sandulenko
2017-01-13DIRECTOR: Lingo: Implemented grammar for arraysEugene Sandulenko
2017-01-12DIRECTOR: Hook Lingo events through. Tie in frame events.stevenhoefel
2017-01-11DIRECTOR: Lingo: Proper processing of me() in factoriesEugene Sandulenko
2017-01-11DIRECTOR: Lingo: Fixed parsing of builtins with arglistEugene Sandulenko
2017-01-11DIRECTOR: Lingo: Improvements to me() handling in factoriesEugene Sandulenko
2017-01-11DIRECTOR: Lingo: Implemented 'duplicate cast' stubEugene Sandulenko
2017-01-10DIRECTOR: Smarter checks for 'end' clause in grammar/lexerEugene Sandulenko
2017-01-10DIRECTOR: Lingo: Added stubs for D3 Text-related syntaxEugene Sandulenko
2017-01-10DIRECTOR: Lingo: Implemented stub for char..of and char..to..ofEugene Sandulenko
2017-01-10DIRECTOR: Lingo: Implemented stubs for put..after and put..beforeEugene Sandulenko
2017-01-10DIRECTOR: Lingo: Added stub for handling symbolsEugene Sandulenko
2017-01-09DIRECTOR: Lingo: Disable ID presence requirement for handlersEugene Sandulenko
2017-01-09DIRECTOR: Lingo: Allow 'me' as an argument to the handlersEugene Sandulenko
2017-01-09DIRECTOR: Lingo: Removed 'me' as lexer tokenEugene Sandulenko
2017-01-07DIRECTOR: Lingo: Stubbed "sound*" built-insEugene Sandulenko