Announcing the initial release of an XPL Compiler

Shoefoot <shoefoot@gmail.com>
Tue, 21 Nov 2017 09:25:43 -0800 (PST)

          From comp.compilers

Related articles
Announcing the initial release of an XPL Compiler shoefoot@gmail.com (Shoefoot) (2017-11-21)
Release 0.4 of an XPL Compiler available shoefoot@gmail.com (Shoefoot) (2017-12-16)
| List of all articles for this month |

From: Shoefoot <shoefoot@gmail.com>
Newsgroups: comp.compilers
Date: Tue, 21 Nov 2017 09:25:43 -0800 (PST)
Organization: Compilers Central
Injection-Info: gal.iecc.com; posting-host="news.iecc.com:2001:470:1f07:1126:0:676f:7373:6970"; logging-data="19370"; mail-complaints-to="abuse@iecc.com"
Keywords: history, translator
Posted-Date: 21 Nov 2017 14:37:00 EST

Announcing the initial release of the XPL to C source translator.


The XPL language is a dialect of PL/I created by McKeeman, Horning and Wortman
and documented in their book "A Compiler Generator" published in 1970.
XPL is a procedural language with structured program flow. The language
supports integer arithmetic and logical operations. XPL supports dynamic
string variables and powerful character string manipulation features.


The compiler and the runtime are written in C. The compiler generates C source
so anyone with a working C compiler can compile and execute code written in XPL.


XPL and the BNF analyzer were the cutting edge of compiler technology 50 years
ago. This release includes both the compiler and the BNF analyzer written
in the late 60s.


You can download the source here:
      https://sourceforge.net/projects/xpl-compiler


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.