Related articles |
---|
LEX and YACC -> Dynamic ??? lars.zapf@telekom.de (Lars Zapf) (2001-11-08) |
From: | "Lars Zapf" <lars.zapf@telekom.de> |
Newsgroups: | comp.compilers |
Date: | 8 Nov 2001 23:19:17 -0500 |
Organization: | Another Netscape Collabra Server User |
Keywords: | parse, question |
Posted-Date: | 08 Nov 2001 23:19:17 EST |
Hello. There is the following problem. I have to search a ASCII-File
(later perhaps a database) for various pattern and have to generate
various actions depending on the search result. With the tools LEX and
YACC there is only a static possibility, which means that I have to
compile new every time I have a new search pattern.
What dynamic possibilities are there to do this on the fly without
compiling new or are threre already any tools available that pass my
requirements?
Thanks says Lars Zapf
[We just covered this; there were several languages in the 1970s with
syntax that could be extended on the fly. -John]
Return to the
comp.compilers page.
Search the
comp.compilers archives again.