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.cpp
Age
Commit message (
Collapse
)
Author
2020-01-05
DIRECTOR: LINGO: Fix grammar for 'the entities' with id
Eugene Sandulenko
2020-01-01
DIRECTOR: LINGO: Replace LC class with namespace
Eugene Sandulenko
2020-01-01
DIRECTOR: LINGO: Moved all codes to separate class to lessen Lingo class ↵
Eugene Sandulenko
pollution
2019-12-31
DIRECTOR: LINGO: Support getting object fields
Eugene Sandulenko
2019-12-30
DIRECTOR: LINGO: Fix grammar for built-ins with empty arglist
Eugene Sandulenko
2019-12-30
DIRECTOR: LINGO: Implement grammar for setting object fields
Eugene Sandulenko
2019-12-30
DIRECTOR: LINGO: Added new token, THEOBJECTFIELD, for 'the <entity> of <object>'
Eugene Sandulenko
2019-12-24
DIRECTOR: LINGO: Restrict oneline statements with 'if' only to 'when'
Eugene Sandulenko
2019-12-24
DIRECTOR: LINGO: onle line statement can contain one line ifs
Eugene Sandulenko
2019-12-24
DIRECTOR: More work on reducing header dependency
Eugene Sandulenko
2019-12-23
DIRECTOR: LINGO: Fix regression in 'go' keyword grammar
Eugene Sandulenko
2019-12-23
DIRECTOR: LINGO: Simplified grammar for 'go' keyword
Eugene Sandulenko
2019-12-22
DIRECTOR: LINGO: Fix grammar for references
Eugene Sandulenko
2019-12-22
DIRECTOR: LINGO: Fix 'me' syntax. It is a function
Eugene Sandulenko
2019-12-20
DIRECTOR: LINGO: Added debugging lines for GLR parser
Eugene Sandulenko
2019-12-20
DIRECTOR: LINGO: Fix matching local arguments while parsing
Eugene Sandulenko
2019-12-20
DIRECTOR: LINGO: Added more granularity to definition parse state
Eugene Sandulenko
2019-12-19
DIRECTOR: LINGO: Make 'method {identifier}' as a single token.
Eugene Sandulenko
This lets avoid clashes with method names matching built-ins.
2019-12-10
DIRECTOR: LINGO: Specified precedence for '&&' operation
Eugene Sandulenko
2019-12-08
DIRECTOR: LINGO: Fix multi-leg 'if' grammar
Eugene Sandulenko
2019-12-08
DIRECTOR: LINGO: Fixed operator precedence in grammar
Eugene Sandulenko
2019-12-08
DIRECTOR: LINGO: Fix 'if' code generation for simple statements
Eugene Sandulenko
2019-12-08
DIRECTOR: LINGO: Fixed 'else' code generation for 'if' statements
Eugene Sandulenko
2019-12-08
DIRECTOR: LINGO: Fix 'repeatwhile' and 'if' grammars
Eugene Sandulenko
2019-12-08
DIRECTOR: LINGO: Improved compiled code for 'if' statements
Eugene Sandulenko
2019-12-06
DIRECTOR: LINGO: Finally fix 'if' grammar with prepocessing
Eugene Sandulenko
2019-12-06
DIRECTOR: LINGO: Switch back to LALR(1) parser
Eugene Sandulenko
2019-12-05
DIRECTOR: LINGO: Switch to GLR parser. Improvements
Eugene Sandulenko
2019-12-05
DIRECTOR: LINGO: Further simplification of 'if' statements grammar.
Eugene Sandulenko
Still doesn't work fully
2019-12-05
DIRECTOR: LINGO: Simplify 'if' statement parser
Eugene Sandulenko
2019-12-03
DIRECTOR: LINGO: Rewrite 'if' statement fully. Improve line counting
Eugene Sandulenko
Still one particular testcase fails, but this is a major improvement in terms of clarity. The execution is temporarily broken.
2019-12-04
DIRECTOR: LINGO: Implement c_argcpush
Scott Percival
2019-12-03
DIRECTOR: LINGO: Properly set pointer
Eugene Sandulenko
2019-12-02
DIRECTOR: LINGO: Implemented passing 'me' as an object reference
Eugene Sandulenko
2019-12-02
DIRECTOR: LINGO: Fix setting cast member values
Eugene Sandulenko
2019-12-02
DIRECTOR: LINGO: Simplify grammar
Eugene Sandulenko
2019-12-02
DIRECTOR: LINGO: Resolved grammar conflict for '=' vs tEQ
Eugene Sandulenko
2019-12-02
DIRECTOR: LINGO: Fix macro calls as part of statement lists
Eugene Sandulenko
2019-12-02
DIRECTOR: LINGO: Resolve reduce/reduce conflicts
Eugene Sandulenko
2019-12-02
DIRECTOR: LINGO: Simplified grammar
Eugene Sandulenko
2019-12-02
DIRECTOR: LINGO: Simplify grammar a bit
Eugene Sandulenko
2019-12-02
DIRECTOR: LINGO: Attempt to fix 'if' statements grammar
Eugene Sandulenko
2019-12-01
DIRECTOR: LINGO: Implement extened 'on' clause syntax
Eugene Sandulenko
2019-12-01
DIRECTOR: LINGO: Fix syntax of repeatwith operator
Eugene Sandulenko
2019-12-01
DIRECTOR: LINGO: Fix compilation for multiple if conditions
Eugene Sandulenko
2019-12-01
DIRECTOR: LINGO: JANITORIAL: Whitespace fixes for grammar
Eugene Sandulenko
2019-11-27
DIRECTOR: LINGO: Fix if statement parsing
Eugene Sandulenko
2019-11-27
DIRECTOR: LINGO: JANITORIAL: Split long code line
Eugene Sandulenko
2019-11-27
DIRECTOR: LINGO: Fix grammar reduce/reduce conflicts
Eugene Sandulenko
2019-11-26
DIRECTOR: LINGO: Fix line count when unsing tokens with new line
Eugene Sandulenko
[next]