From rzook@xxxxxxxx.xxxx Tue Apr 13 06:22:17 1999 X-Digest-Num: 113 Message-ID: <44114.113.623.959273824@eGroups.com> Date: Tue, 13 Apr 1999 08:22:17 -0500 From: Rob Zook From: Bob LeChevalier-Logical Language Group > >At 09:37 AM 4/12/99 +0200, you wrote: >>On Mon, 12 Apr 1999, Bob LeChevalier-Logical Language Group wrote: >>> I will warn you that Nora's "program" is not particularly programmer >>> friendly. It is written in Turbo-Pascal, and the program relies on >>> building a .bat file that calls the parser and then calls some other >>... >> >>OK, this persuades me that it's not the right kind of code for me. >>Even porting to Linux seems difficult. Will it run on Dosemu? > >Not sure what that is. It is a DOS program and not a Windows program, >though it runs under Win95 and Win98. dosemu is an emulator package for Linux that lets you run DOS programs under Linux. If the program is written in Turbo Pascal it should be fairly trivial to convert it to C. Both have extremely close structural similarities. The biggest differences is that C doesn't have the same kind of support for a SET as Pascal. In fact, I think that someone as already written a C to Pascal parser program, and there exist a couple of Linux Pascal compilers. Rob Z.