aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-08-03DIRECTOR: Lingo: Nicer error recovery during executionEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Fix if() statement code generationEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Fix compilation for scripts with no leading spacesEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Fix crash on parse errorEugene Sandulenko
2016-08-03DIRECTOR: Added default Mac paletteEugene 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: Execute test suiteEugene Sandulenko
2016-08-03DIRECTOR: Unify dumpScript() signatureEugene Sandulenko
2016-08-03DIRECTOR: Dump scripts before execution, not afterEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Made addCode() accept const char *Eugene Sandulenko
2016-08-03DIRECTOR: Lingo: Initial code for Lingo test suite. Uses special game targetEugene Sandulenko
2016-08-03DIRECTOR: Added detection for Windows JMP versionEugene Sandulenko
2016-08-03DIRECTOR: Added detection for Spaceship WarlockEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Fix multiline if() statementsEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Print VOID typeEugene Sandulenko
2016-08-03JANITORIAL: Fix whitespacesEugene Sandulenko
2016-08-03DIRECTOR: Lingo: FLOAT actually has to have double precision. Switching.Eugene Sandulenko
2016-08-03DIRECTOR: Lingo: Added more 'the' entities. Implemented the floatPrecision ↵Eugene Sandulenko
entity
2016-08-03DIRECTOR: Lingo: Implement 'contains' and 'starts' string operatorsEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Implemented chars() function and added more debug for type ↵Eugene Sandulenko
printing
2016-08-03DIRECTOR: Lingo: Implemented length() built-in functionEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Implemented string() built-in functionEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Made & and && work with any typeEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Fixed <> operator, added logical operations and &&Eugene Sandulenko
2016-08-03DIRECTOR: Lingo: Aligned Datum and Symbol union member namesEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Fixed c_eval and made correctly processing different typesEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Implemented '&' string operatorEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Support string Datum printingEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Added string constants as expressionsEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Suport multiple one-line 'else if' statementsEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Fix multiline if statementsEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Provide error position in the fileEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Further work on combined if statementsEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Fix mixing of one-line and multi-line ifsEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Further work on one-liner ifsEugene Sandulenko
2016-08-03Revert "DIRECTOR: Lingo: More work on if statement overhaul"Eugene Sandulenko
This reverts commit 0f5a094d7fd30121994d8f2d486b171791cf5968.
2016-08-03DIRECTOR: Lingo: More work on if statement overhaulEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Merged if and oneline if grammarEugene Sandulenko
2016-08-03DIRECTOR: Add modified flag, Lingo: Handle some common cast fieldsDmitry Iskrich
2016-08-03DIRECTOR: Lingo: Change hasID to intDmitry Iskrich
2016-08-03DIRECTOR: Add sprite controlling fieldsDmitry Iskrich
2016-08-03DIRECTOR: Lingo: Switched elsestmt rule to left recursion for more effectivenessEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Switched right recursion to left in program ruleEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Fix 'else if' statement executionEugene Sandulenko
2016-08-03JANITORIAL: Whitespace fixesEugene Sandulenko
2016-08-03DIRECTOR: Properly initialize class variablesEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Fix if() generationEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Eat all leading whitespacesEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Optimise 'the' setters and getters.Eugene Sandulenko