Usage: java org.jatha.Jatha [-nodisplay] [-help]
666768697071727374757677
{ public static void main(String argv[]) { LispTester tester = new LispTester(); Jatha lisp = new Jatha(false, false); lisp.init(); lisp.start(); tester.test(lisp); }
96979899100101102103104105106
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");