Related articles |
---|
Lex and Yacc: Dumb Question splitperson@bellsouth.net (Faustino E. Osuna) (1998-06-18) |
Re: Lex and Yacc: Dumb Question lgcl01@es.co.nz (1998-06-24) |
Re: Lex and Yacc: Dumb Question mtimmerm@microstar.no-spam.com (Matt Timmermans) (1998-06-24) |
Re: Lex and Yacc: Dumb Question redsys@interaccess.com (Mark Bracey) (1998-08-02) |
From: | Mark Bracey <redsys@interaccess.com> |
Newsgroups: | comp.compilers |
Date: | 2 Aug 1998 23:59:28 -0400 |
Organization: | http://www.supernews.com, The World's Usenet: Discussions Start Here |
References: | 98-06-078 |
Keywords: | lex, yacc |
Visual Parse from SandStone is YACC like lexer/parser program. It has
Delphi classes. I had MKS but it severely sucked. Visual Parse is
somewhat better but it is clear from the classes provided for Delphi
that they don't have a clue to object oriented design or the power of
properties/events that Delphi supports. After much modification of
these classes I am finally at a point where the product works for me,
except of course, the severe bug in the parser generator which crashes
the complete system. This is supposed to be fixed in the latest
release.
--
Return to the
comp.compilers page.
Search the
comp.compilers archives again.