Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.compilers > #2140

Retrocomputing: SUNY Stony Brook Pascal compiler written in XPL

Path csiph.com!xmission!news.snarked.org!news.linkpendium.com!news.linkpendium.com!news.iecc.com!.POSTED.news.iecc.com!nerds-end
From Shoefoot <shoefoot@gmail.com>
Newsgroups comp.compilers
Subject Retrocomputing: SUNY Stony Brook Pascal compiler written in XPL
Date Mon, 24 Dec 2018 02:36:08 -0800 (PST)
Organization Compilers Central
Lines 21
Sender news@iecc.com
Approved comp.compilers@iecc.com
Message-ID <18-12-012@comp.compilers> (permalink)
Mime-Version 1.0
Content-Type text/plain; charset="UTF-8"
Injection-Info gal.iecc.com; posting-host="news.iecc.com:2001:470:1f07:1126:0:676f:7373:6970"; logging-data="6009"; mail-complaints-to="abuse@iecc.com"
Keywords history, parse
Posted-Date 24 Dec 2018 11:49:37 EST
X-submission-address compilers@iecc.com
X-moderator-address compilers-request@iecc.com
X-FAQ-and-archives http://compilers.iecc.com
Xref csiph.com comp.compilers:2140

Show key headers only | View raw


The SUNY Stony Brook Pascal compiler was written in the mid 70's by the
Department of Computer Science at the State University of New York.  The
compiler was written in XPL and uses an LL(1) parser to generate code for
the IBM/360.  This is a three pass compiler that includes a Post Mortem Dump
program to help diagnose failing code.

The XPL compiler which came from SUNY closely resembles the XPL compiler
described in the book "A Compiler Generator" by McKeeman, Horning and Wortman.
Unlike the original XPL compiler this compiler does not use an MSP parser.  The
parser is probably SLR or LALR(1).  The Analyzer used to generate the tables was
not included in the release from SUNY.  This compiler generates code for the
IBM/360.

The code generated by both the Pascal and XPL compilers can be run on the
IBM/360 simulator.  The simulator, which was not part of the release from SUNY,
is written in C and can run on most machines that have a C compiler.  The
simulator has an EBCDIC translator that allows it run executables from the
original release tape.

The compilers can be found here:
https://sourceforge.net/projects/suny-pascal/

Back to comp.compilers | Previous | NextNext in thread | Find similar


Thread

Retrocomputing: SUNY Stony Brook Pascal compiler written in XPL Shoefoot <shoefoot@gmail.com> - 2018-12-24 02:36 -0800
  Re: Retrocomputing: SUNY Stony Brook Pascal compiler written in XPL Shoefoot <shoefoot@gmail.com> - 2019-01-22 10:03 -0800

csiph-web