Syntax checker generator

Izhar Bar-Gad <izharb@netvision.net.il>
15 Dec 1997 21:55:48 -0500

          From comp.compilers

Related articles
Syntax checker generator izharb@netvision.net.il (Izhar Bar-Gad) (1997-12-15)
| List of all articles for this month |

From: Izhar Bar-Gad <izharb@netvision.net.il>
Newsgroups: comp.compilers
Date: 15 Dec 1997 21:55:48 -0500
Organization: Compilers Central
Keywords: syntax, parse, question, comment

Hello all,


I am looking for a tool for defining languages using BNF syntax. The
tool has to perform only syntax checking and does not have to perform
any translation or compilation. The tool must also be as small as
possible (hopefully much smaller then using LEX/YACC for that
purpose).


                                Thanks in advance,
                                                        Izhar


--------------------------
          Izhar Bar-Gad
Tel Work : 972-9-9586077
Fax Work : 972-9-9576337
Tel Home : 972-3-5752622
izharb@netvision.net.il
izharb@alice.nc.huji.ac.il
[You can't get much smaller than yacc and still do any syntax checking. A
yacc parser with no user actions is just a syntax checker. -John]
--


Post a followup to this message

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