Path: utzoo!news-server.csri.toronto.edu!cs.utexas.edu!uunet!mcsun!hp4nl!media01!pkr From: pkr@media01.UUCP (Peter Kriens) Newsgroups: comp.lang.smalltalk Subject: Re: using lex/yacc with smalltalk ? Message-ID: <2157@media01.UUCP> Date: 5 Mar 91 08:51:09 GMT References: <1100@eba.eb.ele.tue.nl> Reply-To: pkr@media01.UUCP (Peter Kriens) Organization: aQute, Netherlands Lines: 17 > I am starting a project where i'll be using lex/yacc to > write a number of small translators. I would like > to be able to incorporate these translators into a > smalltalk system. Does anyone have any experience with > such a task ? ie integrating the c code generated by > lex/yacc with a smalltalk system ? Could you specify which Smalltalk you are going to use. Using Digitalk V286, it is not a very hard problem. You can use almost any C compiler and some assembly glue to connect Smalltalk and your C subsystem. For Smalltalk 80, it is a bit harder. You need the phar lap dos extender tools and a Watcom or NDP compiler, I think. For Smalltalk V on the mac it is very easy, you just make an XCMD. If you specify you environment, I could give you some more pointers. Peter Kriens pkr@media01