<%@ page language="java" contentType="text/html" %> <%-- Include common initialisation code --%> <%@ include file="/arch/common.jsp" %> <%-- The current tab --%> <% String currentTab = "Research"; %> <%-- Content of navigation pane --%> <%@ include file="nav.jsp" %> <% showCurrentLink=true; %> <%-- Current navigation location --%> <% String currentNav = "Reports and Theses"; %> <%-- Include the code for the document header --%> <%@ include file="/arch/header.jsp" %>

Research Report CS-RR-142

<%-- Include the code for the lines and navigation --%> <%@ include file="/arch/middle.jsp" %>

M.S. Joy, The Translation of High-Level Functional Languages to FLIC (May 1, 1989).

Abstract

FLIC is designed as a "standardised" intermediate-level functional language. It is an interface between high-level functional languages and implementation software, so that with a single FLIC implementation many high-level functional languages can be supported. In this paper we examine some aspects of the translation of high-level functional languages to FLIC, with specific reference to two translators - one from FP, one from SASL.

Download

cs-rr-142.ps.gz (and the code is also available as cs-rr-142.code.tar.gz)

<%-- Include the code for the document footer --%> <%@ include file="/arch/footer.jsp" %>