dvorak@ast.dsd.northrop.com (dvorak joseph l.) (06/27/91)
I am looking for a parser generator that produces lexers and parsers in Smalltalk given a grammar specification. A Smalltalk version of Lex and Yacc would be perfect, but I'll take what I can get. The code generated must be Smalltalk and should be compatible with Smalltalk/V although a Smalltalk-80 version would also be useful. Thanks in advance. Joe.
cantwell@vuse.vanderbilt.edu (Jeff Cantwell) (06/27/91)
ParcPlace includes a set of Parser Compiler classes in their ObjectKit/Advanced Programming software for st80 r4. ObjectKit is purchased separately from st80, but I'm not certain of the cost. I haven't used the Parser Compiler either, but it might be what you are looking for.