Package com.stuffwithstuff.magpie.interpreter

Examples of com.stuffwithstuff.magpie.interpreter.Interpreter


import com.stuffwithstuff.magpie.parser.MagpieParser;
import com.stuffwithstuff.magpie.util.Pair;

public class Magpie {
  public Magpie(MagpieHost host) {
    mInterpreter = new Interpreter(host);
  }
View Full Code Here

TOP

Related Classes of com.stuffwithstuff.magpie.interpreter.Interpreter

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.