Enable concurrent same-JVM JastAddJ invocations

Issue #32 resolved
Jesper Öqvist created an issue

JastAddJ has some static fields which inhibit concurrently executing JastAddJ instances in the same JVM. The static global mutable fields should be removed and we need to support concurrent execution.

Comments (1)

  1. Log in to comment