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-gr.y
Age
Commit message (
Expand
)
Author
2016-08-03
DIRECTOR: Lingo: Stub for labelstack
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: Started 'else if' implementation
Eugene Sandulenko
2016-08-03
DIRECTOR: Lingo: Process D3-style cast references
Eugene Sandulenko
2016-08-03
DIRECTOR: Lingo: Implement 'exit' command
Eugene Sandulenko
2016-08-03
DIRECTOR: Lingo: Differentiate built-in function from IDs
Eugene Sandulenko
2016-08-03
DIRECTOR: Lingo: Added float constants and automatic type conversion
Eugene Sandulenko
2016-08-03
DIRECTOR: Lingo: Implement one-line version of 'if' statement
Eugene Sandulenko
2016-08-03
DIRECTOR: Make built-in functions work (always)
Eugene Sandulenko
2016-08-03
DIRECTOR: Lingo: Make built-in functions work (sometimes)
Eugene Sandulenko
2016-08-03
DIRECTOR: Lingo: Initial code for built-in functions
Eugene Sandulenko
2016-08-03
DIRECTOR: Lingo: Make 'global' accept list of variables
Eugene Sandulenko
2016-08-03
DIRECTOR: Lingo: Implemented 'global' keyword. Start of local/global var impl...
Eugene Sandulenko
2016-08-03
DIRECTOR: Lingo: SImplified arg processing at macro definition.
Eugene Sandulenko
2016-08-03
DIRECTOR: Lingo: Fixed argument order in macros, simplified grammar.
Eugene Sandulenko
2016-08-03
DIRECTOR: Lingo: Move macro grammar to more logical spot in the file
Eugene Sandulenko
2016-08-03
DIRECTOR: Lingo: Add type to stack
Eugene Sandulenko
2016-08-03
DIRECTOR: Lingo: Parsing of macro calls without parens.
Eugene Sandulenko
2016-08-03
DIRECTOR: Lingo: Parse continuation arguments in macros
Eugene Sandulenko
2016-08-03
DIRECTOR: Lingo: Parse macro definitions reliably
Eugene Sandulenko
2016-08-03
DIRECTOR: Lingo: Fix handler calling
Eugene Sandulenko
2016-08-03
DIRECTOR: Lingo: Refactoring for ID-related code generation
Eugene Sandulenko
2016-08-03
DIRECTOR: Lingo: Initial code for function call grammar
Eugene Sandulenko
2016-08-03
DIRECTOR: Lingo: Removed redundant endianness specification in READ/WRITE
Eugene Sandulenko
2016-08-03
DIRECTOR: Lingo: Renamed VAR->ID in the grammar for clarity
Eugene Sandulenko
2016-08-03
DIRECTOR: Lingo: Initial implementation of the handler define() method
Eugene Sandulenko
2016-08-03
DIRECTOR: Lingo: Generate STOP at the macro end
Eugene Sandulenko
2016-08-03
DIRECTOR: Lingo: Added named parameter assignment for macros
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: Implement 'repeat with down' control keyword
Eugene Sandulenko
2016-08-03
DIRECTOR: Lingo: Fix 'repeat with' control keyword implementation
Eugene Sandulenko
2016-08-03
DIRECTOR: Lingo: Initial code for 'repeat with' control keyword
Eugene Sandulenko
2016-08-03
DIRECTOR: Lingo: Fix subexpressions
Eugene Sandulenko
2016-08-03
DIRECTOR: Lingo: Implement 'repeat while' control keyword
Eugene Sandulenko
2016-08-03
DIRECTOR: Lingo: Renamed UNDEF -> VOID
Eugene Sandulenko
2016-08-03
DIRECTOR: Lingo: Documented 'repeat' control commands
Eugene Sandulenko
2016-08-03
DIRECTOR: Lingo: Renamed func_->c_ and exec_->func_->
Eugene Sandulenko
2016-08-03
DIRECTOR: Lingo: Make 'if' statement functional. Added 'if-else' statement.
Eugene Sandulenko
2016-08-03
DIRECTOR: Lingo: Fix 'if' statement
Eugene Sandulenko
2016-08-03
DIRECTOR: Lingo: Implement logical operators
Eugene Sandulenko
2016-08-03
DIRECTOR: Lingvo: Fix 'put' function
Eugene Sandulenko
2016-08-03
DIRECTOR: Lingo: Implement 'put' function
Eugene Sandulenko
2016-08-03
DIRECTOR: Lingo: Initial code for 'if' statements
Eugene Sandulenko
2016-08-03
DIRECTOR: Lingo: Updated copyright and added 'macro' keyword documentation
Eugene Sandulenko
2016-08-03
DIRECTOR: Lingo: Attempt to start basic error recovery implementation
Eugene Sandulenko
2016-08-03
DIRECTOR: Lingo: Rearrange 'go to' grammar for better readability
Eugene Sandulenko
2016-08-03
DIRECTOR: Lingo: Implement 'go' and 'go to' functions
Eugene Sandulenko
[next]