Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
I'm not sure whether this should go here or in Director.
I'm leaving it here because _dontPassEvent changes the semantics of event handling.
|
|
|
|
|
|
|
|
|
|
|
|
This completes the Director 4.0 grammar. Woo hoo!
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
In this mode we treat every parameter as a string, not a keyword
or built-in name
|
|
|
|
|
|
|
|
|
|
|
|
That is yet-another deviation from clean grammar rules in origial.
In order to avoid mess, two-word builtins are implemented, and
'sound <op>' are also switched to that method.
|
|
All of the Director 3.0 grammar should be parseable now, albeit buggy,
especially because many stubs do not push their result values
which leads to a stack underflow.
|
|
|
|
|
|
|
|
|
|
|
|
Lingo::call()
|
|
|
|
|
|
|
|
|
|
|
|
|