Examples of Jatha


Examples of org.jatha.Jatha

{
  public static void main(String argv[])
  {
    LispTester tester = new LispTester();

    Jatha lisp = new Jatha(false, false);

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

    tester.test(lisp);
  }
View Full Code Here

Examples of org.jatha.Jatha


  protected void setUp()
      throws Exception
  {
    f_lisp = new Jatha(false, false)// no Jatha gui
    f_lisp.init();
    f_lisp.start();

    try {
      A = f_lisp.parse("A");
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.