http://www.perlmonks.org?node_id=175055


in reply to Clunky parsing problem, looking for simple solution

Have you noticed in parrot/languages/scheme or /miniperl the modules; scheme.pm / miniperl.pm, Generator.pm, Parser.pm and Tokenizer.pm? They all use a basic regexp approach coupled with a tree structure for parsing, and another for the ops.

Update: I really think it would be a good idea to share some of the details of you're implementation.

  • Comment on Re: Clunky parsing problem, looking for simple solution

Replies are listed 'Best First'.
Re: Re: Clunky parsing problem, looking for simple solution
by clintp (Curate) on Jun 17, 2002 at 16:45 UTC
    Stay tuned, a detailed description of the guts will be in a public forum near you soon. Of course, this will represent the state-of-the-art in BASIC interpreters c. 1975.