Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utgpu!water!watnot!watmath!clyde!rutgers!cbmvax!vu-vlsi!perry From: perry@vu-vlsi.UUCP Newsgroups: comp.lang.pascal Subject: Re: Sources to Pascal Compilers Message-ID: <653@vu-vlsi.UUCP> Date: Thu, 12-Mar-87 20:48:34 EST Article-I.D.: vu-vlsi.653 Posted: Thu Mar 12 20:48:34 1987 Date-Received: Sat, 14-Mar-87 03:42:05 EST References: <4919@brl-adm.ARPA> Reply-To: perry@vu-vlsi.UUCP (Rick Perry) Organization: Villanova Univ. EE Dept. Lines: 40 In article <4919@brl-adm.ARPA> bobr@men2a.uucp (Bob Roit) writes: >Does anyone have the BNF table for Pascal, suitable as input for >Lex & Yacc? Here's the header and README part of something that sounds like what you want. If you can't get it from some mod.sources archive, I could probably mail a copy (bitnet or arpa address preferred), the whole thing is about 15K ...Rick ..{cbmvax,pyrnj,bpa}!vu-vlsi!perry perry@vuvaxcom.bitnet | From: sources-request@panda.UUCP | Newsgroups: mod.sources | Subject: Yacc and Lex for ISO Level 0 Pascal | Message-ID: <1647@panda.UUCP> | Date: 11 Apr 86 23:18:21 GMT | Date-Received: 17 Apr 86 10:57:32 GMT | Sender: jpn@panda.UUCP | Lines: 739 | Approved: jpn@panda.UUCP | | Mod.sources: Volume 4, Issue 61 | Submitted by: seismo!gatech!emory!arnold (Arnold D. Robbins {EUCC}) | | echo extracting README | cat << EOF > README | The two files in this archive represent a scanner and parser for ISO Level 0 | Pascal, plus some simple extensions. They are in the public domain. Anyone | can do whatever he wants to with them. | | They successfully pass the 4.2 BSD Yacc and Lex. Other than that, no promises | are made, and no warranties tendered. You use this code at your own risk, | and all that other stuff. | | Enjoy, | | Arnold Robbins | EOF ...