view interps/clc-intercal/CLC-INTERCAL-Base-1.-94.-2/INTERCAL/Include/system.sickrc @ 9070:77f510ad2f14

<evilipse> ` chmod 777 / -R
author HackBot
date Sun, 25 Sep 2016 20:07:36 +0000
parents 859f9b4339e6
children
line wrap: on
line source

PLEASE NOTE: This is the standard "system.sickrc", which has been
	     automatically installed with CLC-INTERCAL 1.-94.-3.
	     Any definition here can be augmented by a file .sickrc
	     in your home directory; of course, nobody can stop
	     you modifying this file, if you really must, but
	     remember that any changes will be lost if you upgrade
	     to a newer version of CLC-INTERCAL.

PLEASE NOTE: The file format has changed since 1.-94.-5, the old
	     "system.sickrc" cannot be used with 1.-94.-4 and newer,
	     and this one won't work with 1.-94.-5 and older.

PLEASE NOTE: For historical reasons, this file contains configuration
	     for optional modules which you may have installed. If
	     you haven't installed these modules, the configuration
	     will be ignored. A future version of CLC-INTERCAL will
	     allow modules to install their own configuration when
	     necessary.

Copyright (c) 2006-2008 Claudio Calvelli, all rights reserved.

CLC-INTERCAL is copyrighted software. However, permission to use, modify,
and distribute it is granted provided that the conditions set out in the
licence agreement are met. See files README and COPYING in the distribution.

PERVERSION "CLC-INTERCAL/Base INTERCAL/Include/system.sickrc 1.-94.-2"

DO NOTE: Character sets used for guessing
I DON'T WRITE
I CAN WRITE ASCII
I CAN WRITE Baudot
I CAN WRITE EBCDIC
I CAN WRITE Hollerith

DO NOTE: Default compiler back end
I CAN PRODUCE Object

DO NOTE: Suffix to parser mapping
I DON'T UNDERSTAND
I CAN UNDERSTAND .iacc
	AS "CLC-INTERCAL COMPILER"
	WITH iacc + ?optimise
I CAN UNDERSTAND ./2:3:4:5:6:7:s:r:w/:/t/i
	AS "C-INTERCAL"
	WITH ick + ?optimise
I CAN UNDERSTAND ./2:3:4:5:6:7:s:t:r:w/:ci
	AS "C-INTERCAL"
	WITH ick + ?optimise
I CAN UNDERSTAND ./2:3:4:5:6:7:s:g:t:d:w/:iasm
	AS "INTERCAL ASSEMBLER"
	WITH asm + ?optimise
I CAN UNDERSTAND ./2:3:4:5:6:7:s:n:g:t:l:d:r:w:clc/:i
	AS "CLC-INTERCAL"
	WITH sick + ?optimise
	DISCARDING clc
I CAN UNDERSTAND 2 ANYWHERE AS "BASE 2" WITH 2
I CAN UNDERSTAND 3 ANYWHERE AS "BASE 3" WITH 3
I CAN UNDERSTAND 4 ANYWHERE AS "BASE 4" WITH 4
I CAN UNDERSTAND 5 ANYWHERE AS "BASE 5" WITH 5
I CAN UNDERSTAND 6 ANYWHERE AS "BASE 6" WITH 6
I CAN UNDERSTAND 7 ANYWHERE AS "BASE 7" WITH 7
I CAN UNDERSTAND d ANYWHERE AS "BITWISE DIVISION" WITH bitwise-divide
I CAN UNDERSTAND g ANYWHERE AS "COME FROM GERUND" WITH come-from-gerund
I CAN UNDERSTAND l ANYWHERE AS "COMPUTED LABELS" WITH computed-labels
I CAN UNDERSTAND n ANYWHERE AS "NEXT" WITH next
I CAN UNDERSTAND r ANYWHERE AS "INTERcal NETworking" WITH internet
I CAN UNDERSTAND s ANYWHERE AS "SYSCALL" WITH syscall
I CAN UNDERSTAND t ANYWHERE AS "THREADS" WITH thick
I CAN UNDERSTAND w ANYWHERE AS "WIMP MODE" WITH wimp
I CAN UNDERSTAND .1972
	AS "Traditional INTERCAL"
	WITH 1972 + ?optimise

PLEASE NOTE: Default user interfaces
I DON'T SPEAK
I CAN SPEAK X
I CAN SPEAK Curses
I CAN SPEAK Line
I CAN SPEAK None

PLEASE NOTE: Current INTERNET port
I CAN UNDERSTAND "..INTERNET.PORT" AS "64928"

PLEASE NOTE: Calculator's defaults
I CAN UNDERSTAND "..INTERCALC.LANGUAGE" AS "sick" WITH "2"
I CAN UNDERSTAND "..INTERCALC.MODE" AS "full"