Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove unnecessary dependencies of compiler on org.rascalmpl.interpreter #558

Closed
PaulKlint opened this issue Apr 26, 2014 · 0 comments
Closed

Comments

@PaulKlint
Copy link
Member

There are still a small number of dependencies in the compiler on packages in the interpreter. Some are harmless others need consideration and potential re-implementation. The goal is to move towards compiled Rascal programs that have a minimal dependence on the interpreter.

Examples of some current dependencies are:

  • import org.rascalmpl.interpreter.IEvaluator;
  • import org.rascalmpl.interpreter.IRascalMonitor;
  • import org.rascalmpl.interpreter.env.Environment;
  • import org.rascalmpl.interpreter.result.ICallableValue;
  • import org.rascalmpl.interpreter.result.Result;
  • import org.rascalmpl.interpreter.result.ResultFactory;
  • import org.rascalmpl.interpreter.IEvaluatorContext;
  • import org.rascalmpl.interpreter.utils.Timing;
  • import org.rascalmpl.interpreter.Configuration;
  • import org.rascalmpl.interpreter.Evaluator;
  • import org.rascalmpl.interpreter.IRascalMonitor;
  • import org.rascalmpl.interpreter.asserts.ImplementationError;
  • import org.rascalmpl.interpreter.control_exceptions.Throw;
  • import org.rascalmpl.interpreter.env.GlobalEnvironment;
  • import org.rascalmpl.interpreter.env.ModuleEnvironment;
  • import org.rascalmpl.interpreter.load.StandardLibraryContributor;
  • import org.rascalmpl.interpreter.utils.JavaBridge;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant