Store stack context with variable context, and pass up stack contexts when invoking methods. I don't think iirc is right?

This commit is contained in:
Adam
2015-08-22 17:54:39 -04:00
parent 8ff2f4776a
commit e478a4b1f9
36 changed files with 222 additions and 130 deletions

View File

@@ -9,6 +9,11 @@
<artifactId>commons-collections4</artifactId>
<version>4.0</version>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>18.0</version>
</dependency>
</dependencies>
<properties>
<maven.compiler.source>1.7</maven.compiler.source>