Arthur Brandao 6 жил өмнө
parent
commit
c46f56e03a

+ 0 - 1
src/migl/lisp/LispParser.java

@@ -58,7 +58,6 @@ public class LispParser {
 			throw new IllegalArgumentException("Expression is null");
 		}
 		this.expr = lispExpr.trim();
-		this.explode.clear();
 	}
 	
 	/* --- Verification de l'expression --- */