Re: Which "scheme" to use

Tomas Lozano-Perez (tlp@ai.mit.edu)
Mon, 9 Mar 1998 17:14:25 -0500 (EST)

When using the ps5-sci executable you should load the grammar file
explicitely, e.g. (load "grammar.scm") or (load "grammar2.scm) or your
own grammar. Don't make assumption about what grammar it was compiled
with (which I believe was an earlier version of grammar2).

Tomas