Related articles |
---|
How to construct a grammar? michael@schuerig.de (Michael Schuerig) (2008-07-05) |
Re: How to construct a grammar? Meyer-Eltz@t-online.de (Detlef Meyer-Eltz) (2008-07-05) |
Re: How to construct a grammar? cfc@shell01.TheWorld.com (Chris F Clark) (2008-07-05) |
Re: How to construct a grammar? michael@schuerig.de (Michael Schuerig) (2008-07-05) |
Re: How to construct a grammar? cfc@shell01.TheWorld.com (Chris F Clark) (2008-07-06) |
Re: How to construct a grammar? ArarghMail806@Arargh.com (2008-07-06) |
Re: How to construct a grammar? quinn_jackson2004@yahoo.ca (Quinn Tyler Jackson) (2008-07-07) |
From: | ArarghMail806@Arargh.com |
Newsgroups: | comp.compilers |
Date: | Sun, 06 Jul 2008 16:45:39 -0500 |
Organization: | Ripco Communications Inc. |
References: | 08-07-011 08-07-015 08-07-017 08-07-019 |
Keywords: | parse, Basic, comment |
Posted-Date: | 06 Jul 2008 18:23:01 EDT |
On Sun, 06 Jul 2008 15:12:08 -0400, Chris F Clark
<cfc@shell01.TheWorld.com> wrote:
<snip>
>I would also read a BASIC grammar, the original language, the ANSI
>standard, and for Microsoft's latest flavor if I could get them.
The ANSI standard is almost painful to read, and I have never seen a
published grammer for any of the MS basics.
<snip>
--
ArarghMail806 at [drop the 'http://www.' from ->] http://www.arargh.com
BCET Basic Compiler Page: http://www.arargh.com/basic/index.html
[The original Dartmouth Basic was designed to be trivially parsable with
simple techniques, e.g., each statement type started with a different
letter. I doubt there's a grammar for MS Basic, which looks like the
result of way too much adhoc code in the parser. -John]
Return to the
comp.compilers page.
Search the
comp.compilers archives again.