presentation

Implementing the Interpreter Pattern

Implementing the Interpreter Pattern

0 / 11 completed

Step 1: Define the Expression Interface

Every expression in our grammar must implement a common interface with an interpret() method:

Step 1 of 11
← → NavigateSpace: Skip / NextEnter: Next
Implementing the Interpreter Pattern - Anko Academy