We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52ca001 commit 4fef18fCopy full SHA for 4fef18f
1 file changed
interpreter/src/main/java/com/iluwatar/App.java
@@ -2,6 +2,12 @@
2
3
import java.util.Stack;
4
5
+/**
6
+ *
7
+ * Interpreter pattern breaks sentences into expressions (Expression)
8
+ * that can be evaluated and as a whole form the result.
9
10
+ */
11
public class App
12
{
13
0 commit comments