working on REPL: test template and basic analyzer hacks

This commit is contained in:
Stepan Koltsov
2012-06-06 23:58:21 +04:00
parent bfec04f319
commit bace845b49
6 changed files with 300 additions and 0 deletions
@@ -298,6 +298,12 @@ public class TopDownAnalyzer {
}
public void prepareForTheNextReplLine() {
context.getScriptScopes().clear();
context.getScripts().clear();
}
}