hg: kulla/dev/langtools: To allow multi-snippet input with back references and to

robert.field at oracle.com robert.field at oracle.com
Fri Jan 16 21:02:47 UTC 2015


Changeset: 01b5a3f5d47e
Author:    rfield
Date:      2015-01-16 13:02 -0800
URL:       http://hg.openjdk.java.net/kulla/dev/langtools/rev/01b5a3f5d47e

To allow multi-snippet input with back references and to
simplify the interface, go from a three stage process:
compile, declare, and execute to a two stage process
combining compile and declare (calling it "declare"):
declare and execute.

! .hgignore
! repl/src/api/EvaluationState.java
! repl/src/impl/EvaluationStateImpl.java
! repl/src/tool/Repl.java
! repl/testng/test/EmptyTest.java
! repl/testng/test/KullaTesting.java
! repl/testng/test/SanityTest.java
! repl/testng/test/ShutdownTest.java
! repl/testng/test/SimpleRegressionTest.java



More information about the kulla-dev mailing list