Syntax directed editor from my Lex/Yacc specs

"Bill Littman" <lcinet@compuserve.com>
29 Jul 1997 13:57:09 -0400

          From comp.compilers

Related articles
Syntax directed editor from my Lex/Yacc specs lcinet@compuserve.com (Bill Littman) (1997-07-29)
Re: Syntax directed editor from my Lex/Yacc specs jmochel@foliage.com (1997-07-31)
Re: Syntax directed editor from my Lex/Yacc specs gary@wheel.tiac.net (1997-07-31)
Re: Syntax directed editor from my Lex/Yacc specs paul@grammatech.com (Paul Anderson) (1997-07-31)
Re: Syntax directed editor from my Lex/Yacc specs thetick@scruz.net (Scott Stanchfield) (1997-08-07)
| List of all articles for this month |

From: "Bill Littman" <lcinet@compuserve.com>
Newsgroups: comp.compilers
Date: 29 Jul 1997 13:57:09 -0400
Organization: LCI
Keywords: syntax, tools, parse, question

I may be starting a project soon to rewrite a homegrown language. I will
be using Lex and Yacc (or Flex/Bison, ...). I would also like to develop a
syntax directed editor at the same time. It seems to me that I should have
much of my information to drive the editor from the Lex and Yacc
specifications.


Does anyone have an idea how I would get started with the editor portion of
the project?


TIA.


Bill Littman
Laboratory Consulting, Inc.
--


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.