Skip to content

Commit

Permalink
DIRECTOR: Added stub parser. Now just arithmetic expressions.
Browse files Browse the repository at this point in the history
  • Loading branch information
sev- committed Aug 3, 2016
1 parent 0c7f2ce commit 049500d
Show file tree
Hide file tree
Showing 8 changed files with 3,630 additions and 1 deletion.
2 changes: 2 additions & 0 deletions engines/director/director.cpp
Expand Up @@ -70,6 +70,8 @@ Common::Error DirectorEngine::run() {

_lingo = new Lingo();

_lingo->parse("test = 2 + 2 * 6, test:");

_soundManager = new DirectorSound();

//FIXME
Expand Down

0 comments on commit 049500d

Please sign in to comment.