Hello, may somebody give the directions to write an interpreter in Haskell? Is the parsec package enough, or I'll also need to write a 'grammar' and feed some tool with it? I want to put the language's source into xml and parse the file at runtime, so an embedded language isn't the right choice, I guess. Thanks, Enrico