1 This is a partial implmentation of a maple to macsyma translator.
2 It is implemented using the antlr parser generator and stringtemplate.
3 It does a mostly syntactic translation of maple. The grammar is
4 based on François Thomasset's maple grammar which was written for
6 The tracing and intermediate print statements can be ignored.
7 Comments need to be transmitted to the output as well.