Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!usc!samsung!rex!rouge!gator.cacs.usl.edu From: pcb@gator.cacs.usl.edu (Peter C. Bahrs) Newsgroups: comp.lang.c++ Subject: RE: c++ yacc Message-ID: <5130@rouge.usl.edu> Date: 12 Mar 90 02:56:58 GMT Sender: anon@rouge.usl.edu Distribution: usa Organization: The Center for Advanced Computer Studies, USL Lines: 17 I was told to get bison from prep.ai.mit.edu to use with c++-grammar.1.0.tar.Z. They seem to run together. Bison (bigger than a yacc :) ) works great for all of my existing yacc stuff. The c++-gra... didn't come with a c++.lex, so I used the c++.lex that I have...with few modifications everything seems ok except... What should I do with the TYPEDEFname token? Do I have to add nesting checks into c++.lex? Has anyone done this and is it pd? /*----------- Thanks in advance... --------------------------------------+ | Peter C. Bahrs | | The USL-NASA Project | | Center For Advanced Computer Studies INET: pcb@gator.cacs.usl.edu | | 2 Rex Street | | University of Southwestern Louisiana ...!uunet!dalsqnt!gator!pcb | | Lafayette, LA 70504 | +-----------------------------------------------------------------------*/