expr = parser.read(stream); code = compiler.compile(expr); result = machine.eval(code); result.print();
Macro compilation contributed by Jean-Pierre Gaillardon, April 2005
@see org.jatha.machine.SECDMachine @see org.jatha.machine.SECDop @author Micheal S. Hewett hewett@cs.stanford.edu
|
|