index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engines
/
director
/
lingo
/
lingo-lex.l
Age
Commit message (
Collapse
)
Author
2016-08-05
DIRECTOR: Lingo: Revert adding prefix 'v' to all Symbol types.
Eugene Sandulenko
2016-08-05
DIRECTOR: Lingo: Move MSVC fix to the .l file
Eugene Sandulenko
2016-08-04
DIRECTOR: Lingo: Added stubs for 'continue', 'cursor' and 'delay'
Eugene Sandulenko
2016-08-04
DIRECTOR: Lingo: Added stubs for 'closeDA', 'closeResFile' and 'closeXlib'
Eugene Sandulenko
2016-08-04
DIRECTOR: Lingo: Added 'alert' and 'beep' function stubs
Eugene Sandulenko
2016-08-04
DIRECTOR: Lingo: Add prefix 'v' to all Symbol types.
Eugene Sandulenko
Helps WinCE backend which has lots of them defined.
2016-08-04
DIRECTOR: Lingo: Fix PS2 compilation
Eugene Sandulenko
2016-08-03
DIRECTOR: Lingo: Do not error out on unknown entities
Eugene Sandulenko
2016-08-03
DIRECTOR: Lingo: Turn builtins into normal symbols
Eugene Sandulenko
2016-08-03
DIRECTOR: Lingo: Fix 'intersects' operator parsing and added 'within' operator
Eugene Sandulenko
2016-08-03
DIRECTOR: Lingo: Initial stub for 'intersects' operator
Eugene Sandulenko
2016-08-03
DIRECTOR: Lingo: Stub for when/then statement
Eugene Sandulenko
2016-08-03
DIRECTOR: Lingo: Added support for parameter-less built-ins
Eugene Sandulenko
2016-08-03
DIRECTOR: Lingo: Initial code for factory/method definition
Eugene Sandulenko
2016-08-03
DIRECTOR: Lingo: Distinguish same name the fields for different the entities
Eugene Sandulenko
2016-08-03
DIRECTOR: Lingo: Implement getting the entity fields
Eugene Sandulenko
2016-08-03
DIRECTOR: Lingo: Process simple 'the' entities
Eugene Sandulenko
2016-08-03
DIRECTOR: Lingo: Use namespace in lexer
Eugene Sandulenko
2016-08-03
DIRECTOR: Lingo: Initial code for 'the' entity handling
Eugene Sandulenko
2016-08-03
DIRECTOR: Lingo: Fix compilation for scripts with no leading spaces
Eugene Sandulenko
2016-08-03
DIRECTOR: Lingo: Further work on if() statement
Eugene Sandulenko
2016-08-03
DIRECTOR: Lingo: Better error recovery and further work on if() statements
Eugene Sandulenko
2016-08-03
DIRECTOR: Lingo: Implement 'contains' and 'starts' string operators
Eugene Sandulenko
2016-08-03
DIRECTOR: Lingo: Fixed <> operator, added logical operations and &&
Eugene Sandulenko
2016-08-03
DIRECTOR: Lingo: Implemented '&' string operator
Eugene Sandulenko
2016-08-03
DIRECTOR: Lingo: Suport multiple one-line 'else if' statements
Eugene Sandulenko
2016-08-03
DIRECTOR: Lingo: Provide error position in the file
Eugene Sandulenko
2016-08-03
DIRECTOR: Lingo: Fix mixing of one-line and multi-line ifs
Eugene Sandulenko
2016-08-03
DIRECTOR: Lingo: Eat all leading whitespaces
Eugene Sandulenko
2016-08-03
DIRECTOR: Lingo: Added support for two line if/else
Eugene Sandulenko
2016-08-03
DIRECTOR: Lingo: Parsing one-liner 'else if'
Eugene Sandulenko
2016-08-03
DIRECTOR: Lingo: Parse basic 'else if' clause
Eugene Sandulenko
2016-08-03
DIRECTOR: Lingo: Differentiate built-in function from IDs
Eugene Sandulenko
2016-08-03
DIRECTOR: Lingo: Implemented 'global' keyword. Start of local/global var ↵
Eugene Sandulenko
implementation
2016-08-03
DIRECTOR: Lingo: Ignore trailing spaces in scripts
Eugene Sandulenko
2016-08-03
DIRECTOR: Lingo: Make all keywords case-insensitive
Eugene Sandulenko
2016-08-03
DIRECTOR: Lingo: Avoid printing out unrecognizet tokens in lexer
Eugene Sandulenko
2016-08-03
DIRECTOR: Lingo: Renamed VAR->ID in the grammar for clarity
Eugene Sandulenko
2016-08-03
DIRECTOR: Lingo: Fix parsing multiple macros
Eugene Sandulenko
2016-08-03
DIRECTOR: Lingo: Initial grammar for 'macro' keyword
Eugene Sandulenko
2016-08-03
DIRECTOR: Lingo: Initial code for 'repeat with' control keyword
Eugene Sandulenko
2016-08-03
DIRECTOR: Lingo: Implement 'repeat while' control keyword
Eugene Sandulenko
2016-08-03
DIRECTOR: Lingo: Make 'if' statement functional. Added 'if-else' statement.
Eugene Sandulenko
2016-08-03
DIRECTOR: Lingo: Implement logical operators
Eugene Sandulenko
2016-08-03
DIRECTOR: Lingo: Initial code for 'if' statements
Eugene Sandulenko
2016-08-03
DIRECTOR: Lingo: Implement 'go' and 'go to' functions
Eugene Sandulenko
2016-08-03
DIRECTOR: Lingo: Simpler token constants
Eugene Sandulenko
2016-08-03
DIRECTOR: Lingo: Add missing funcs
Eugene Sandulenko
2016-08-03
DIRECTOR: Lingo: Fix multiline statements, fix leading whitespace handling
Eugene Sandulenko
2016-08-03
DIRECTOR: Lingo: Enable parse debug
Eugene Sandulenko
[prev]
[next]