Skip to content

Commit 4fef18f

Browse files
committed
Comments for interpreter example.
1 parent 52ca001 commit 4fef18f

File tree

1 file changed

+6
-0
lines changed
  • interpreter/src/main/java/com/iluwatar

1 file changed

+6
-0
lines changed

interpreter/src/main/java/com/iluwatar/App.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
import java.util.Stack;
44

5+
/**
6+
*
7+
* Interpreter pattern breaks sentences into expressions (Expression)
8+
* that can be evaluated and as a whole form the result.
9+
*
10+
*/
511
public class App
612
{
713

0 commit comments

Comments
 (0)