Home away from home
Joined: 2007/5/19 14:23 Last Login
: 1/2 17:30
From England
Group:
Registered Users
|
@Coder I personally recommend writing a parser manually - it's not that hard, and you get full control of it (rather than being forced to follow some complex & inflexible conventions that may not easily do what you want).
PortablE comes with the example "ToyInterpreter.e" program. Jack Crenshaw's (sp?) famous guide "Let's write a compiler" (or something like that) is a great introduction too, but he uses Pascal.
|