Advice for writing small Scheme interpreter
- To: mathgroup at smc.vnet.net
- Subject: [mg74451] Advice for writing small Scheme interpreter
- From: "wooks" <wookiz at hotmail.com>
- Date: Thu, 22 Mar 2007 01:05:38 -0500 (EST)
I need to write a very small Scheme interpreter in Mathematica to complete my project. How can I stop Mathematica from evaluating statements so that they can be parsed in their raw form by the interpreter code. For example I don't want (+ 7 8) converted into 56 before I can parse it.
- Follow-Ups:
- Re: Advice for writing small Scheme interpreter
- From: Sseziwa Mukasa <mukasa@jeol.com>
- Re: Advice for writing small Scheme interpreter