From 851602809c397be0fa3bde9ed89eca0a9ebdd927 Mon Sep 17 00:00:00 2001 From: johnvg Date: Tue, 10 May 2011 13:45:26 +0000 Subject: delete sucl, the same files can be found in the branch sucl git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1940 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d --- sucl/new.icl | 54 ------------------------------------------------------ 1 file changed, 54 deletions(-) delete mode 100644 sucl/new.icl (limited to 'sucl/new.icl') diff --git a/sucl/new.icl b/sucl/new.icl deleted file mode 100644 index 6507612..0000000 --- a/sucl/new.icl +++ /dev/null @@ -1,54 +0,0 @@ -implementation module new - -// $Id$ - -/* - -new.lit - One line module description -===================================== - -Description ------------ - -Describe in a few paragraphs what this module defines. - ------------------------------------------------------------------------- - -Interface ---------- - -Exported identifiers: - -> %export -> identifier || One line description -> ... - -Required types: - - identifier - type@source.lit type@source.lit - ... - ------------------------------------------------------------------------- - -Includes --------- - -> %include "source.lit" || identifier ... -> ... - ------------------------------------------------------------------------- - -Implementation --------------- - -Implementation of identifier - -> identifier -> :: type - -> identifierone arguments -> = body - -... - -*/ -- cgit v1.2.3