Path: utzoo!utgpu!jarvis.csri.toronto.edu!clyde.concordia.ca!uunet!willett!files From: files@willett.UUCP (Mailed File Repository) Newsgroups: comp.lang.forth Subject: 'C' TO FORTH TRANSLATOR Message-ID: <38.UUL1.3#5129@willett.UUCP> Date: 20 Dec 89 06:00:43 GMT Organization: Latest Link in ForthNet Chain Lines: 21 Date: 12-18-89 (08:54) Number: 1466 To: IAN GREEN Refer#: 1452 From: CHRIS SMITH Read: NO Subj: 'C' TO FORTH TRANSLATOR Status: PUBLIC MESSAGE I have been looking at AWK interpreters too. Far away the 'best' for my situation is Robb Duff's version. (You can get it from his board at 604 251-1816 (Duffleboard)). Its main plus is that it's YACC based which makes it easy to extend the sytax. Its major minus is that it is rather slow. I'm more concerned about conventional programming than pattern matching. It seemed interesting to write the application in Forth and provide a C type interpreter. That way I could 'drop' into the 4th 'assembler' level as needed. Interfacing AWK to the rest of the package would be rather tough. In any event, please let me know what you uncover. I've come across a few PD C compilers, including a very good 68K one. ------------