Package org.jatha

Examples of org.jatha.Jatha.start()


    LispTester tester = new LispTester();

    Jatha lisp = new Jatha(false, false);

    lisp.init();
    lisp.start();

    tester.test(lisp);
  }

}
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.