Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!dali.cs.montana.edu!caen!sdd.hp.com!wuarchive!news.uu.net!munnari.oz.au!metro!ipso!runxtsa!tom From: tom@runx.oz.au (Thomas Antalffy) Newsgroups: comp.lang.smalltalk Subject: YACC in Smalltalk ? Message-ID: <1991May21.232446.18875@runx.oz.au> Date: 21 May 91 23:24:46 GMT Organization: RUNX Un*x Timeshare. Sydney, Australia. Lines: 17 I wonder if any of you out there have come accross, or actually own a YACC-like parser that generates Smalltalk (rather than C) code. I will be writing a Smalltalk/V program that parses sentences of a grammar, and would prefer to use some YACC-like thing rather than write my own. (Yes, I do have the option of using YACC, and generating a parser that is external to my Smalltalk program; and interface the two. But it is not much faster than writing my own parser.) I am interested in all solutions: Smalltalk code; progrmas that are written in C, but can be customized to generate Smalltalk; or anything else that might help. Thank you in advance for your help, Regards, Thomas.