aboutsummaryrefslogtreecommitdiff
path: root/engines/director/lingo/lingo-lex.l
AgeCommit message (Expand)Author
2019-12-20DIRECTOR: LINGO: Match local arguments during parsingEugene Sandulenko
2019-12-20DIRECTOR: LINGO: Improved debug outputEugene Sandulenko
2019-12-19DIRECTOR: LINGO: Make 'method {identifier}' as a single token.Eugene Sandulenko
2019-12-06DIRECTOR: LINGO: Finally fix 'if' grammar with prepocessingEugene Sandulenko
2019-12-03DIRECTOR: LINGO: Rewrite 'if' statement fully. Improve line countingEugene Sandulenko
2019-12-03DIRECTOR: LINGO: Fix continuation symbol parsingEugene Sandulenko
2019-12-03DIRECTOR: LINGO: Correct processing of \xC3 (continuation) symbolEugene Sandulenko
2019-12-02DIRECTOR: LINGO: JANITORIAL: Whitespace fixesEugene Sandulenko
2019-12-02DIRECTOR: LINGO: Resolved grammar conflict for '=' vs tEQEugene Sandulenko
2019-12-02DIRECTOR: LINGO: Added special lex case for 'set value of ()'Eugene Sandulenko
2019-12-01DIRECTOR: LINGO: Fix compilation for multiple if conditionsEugene Sandulenko
2018-08-16DIRECTOR: Remove non-standard fileno & unistd.hColin Snover
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: Hid another trace under lingoparse debug flagEugene Sandulenko
2017-02-21DIRECTOR: Put parsing lingo debug ouptu to separate debug flagEugene Sandulenko
2017-02-12DIRECTOR: Lingo: Implemented \xC2 continuation symbol supportEugene Sandulenko
2017-02-12DIRECTOR: Lingo: Added grammar for assignment to referencesEugene Sandulenko
2017-02-12DIRECTOR: Lingo: Fixing position count in lexerEugene Sandulenko
2017-02-10DIRECTOR: Lingo: Fixed parsing built-ins with arglistEugene Sandulenko
2017-02-09DIRECTOR: Lingo: Documented D4 "Text" LingoEugene Sandulenko
2017-02-08DIRECTOR: Lingo: Documented D4 "Parent scripts" LingoEugene Sandulenko
2017-02-07DIRECTOR: Lingo: Added debug output to lexer and fixed builtin.lingo testEugene Sandulenko
2017-02-07DIRECTOR: Lingo: Fix lexer for built-ins detectionEugene Sandulenko
2017-02-07DIRECTOR: Lingo: Documented D4 "Movie in a window" LingoEugene Sandulenko
2017-02-07DIRECTOR: Lingo: Documented D4 "Logical operators and functions" LingoEugene Sandulenko
2017-02-06DIRECTOR: Lingo: Further work on improved built-in grammarEugene 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: Lingo: Fix warnings in lexer generated codeEugene 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: Lingo: Implemented stub for 'the time' entityEugene Sandulenko
2017-01-10DIRECTOR: Lingo: Added sub for 'the date' entityEugene 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: Allow 'me' as an argument to the handlersEugene Sandulenko
2017-01-09DIRECTOR: Lingo: Removed 'me' as lexer tokenEugene Sandulenko
2017-01-09DIRECTOR: Lingo: Debug Lingo parsing only with debugchannel explicitely setEugene Sandulenko
2017-01-07DIRECTOR: Lingo: Stubbed "sound*" built-insEugene Sandulenko
2017-01-07DIRECTOR: Lingo: Switch bison debug at runtimeEugene Sandulenko
2017-01-06DIRECTOR: Lingo: Properly fix compilation on DreamcastEugene Sandulenko
2017-01-06DIRECTOR: Lingo: Implement 'on' statement parsingEugene Sandulenko