@@ -162,5 +162,11 @@ public class LispParser {
}
return list;
+
+ /* --- Getter --- */
+ public String getExpression() {
+ return this.expr;
+ }