Front page | perl.perl6.internals.api.parser |
Postings from December 2000
Re: Now, to try again...
Thread Previous
|
Thread Next
From:
Sam Tregar
Date:
December 17, 2000 13:51
Subject:
Re: Now, to try again...
Message ID:
Pine.LNX.4.30.0012171636360.30252-100000@airtrout.tregar.com
On Sun, 17 Dec 2000, Dan Sugalski wrote:
> For my part, at least, I've been thinking of something either LISP-ish
> or very simple parameter setting/checking (like stuff in, say, your
> average .rc file with a little control flow thrown in) when it's
> brought up. Occasionally things FORTHish, but only when I really
> desperately need sleep. :)
Sounds like Scheme and TCL to me. Ok, it's a bit of stretch from .rc to
TCL but not too far!
> It is sort of a language design issue, but in many ways it depends on what
> sort of facilities we can provide with reasonable cost.
I really don't see why we can't provide hooks to be used by entirely
separate parsers. To my mind it's *more* expensive to try to support
other syntax's in the main parser than it is to just call out to
external per-syntax parsers. Sure, the person doing the parser for a
given language will have to write a new parser, but is there really much
hope that we're going to relieve them of that task?
> Nope, not bytecode--a syntax tree. (Though it could go the whole bytecode
> route if it wants, I suppose) Going full bytecode's not necessary.
Good point.
-sam
Thread Previous
|
Thread Next