diff options
author | Andre Barboza <bmg.andre@gmail.com> | 2010-05-13 00:57:50 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-13 00:57:50 +0200 |
commit | 199a752bf47a887883f4afb5a896da638e7516f1 (patch) | |
tree | 4d1fc68cd91fd14d55f05bba7c09c5b943d7929b /development/cim/README | |
parent | 346285c81591bc7e65db5177f856a2f92381e375 (diff) | |
download | slackbuilds-199a752bf47a887883f4afb5a896da638e7516f1.tar.gz |
development/cim: Added to 13.0 repository
Diffstat (limited to 'development/cim/README')
-rw-r--r-- | development/cim/README | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/development/cim/README b/development/cim/README new file mode 100644 index 0000000000..9d1e48ac75 --- /dev/null +++ b/development/cim/README @@ -0,0 +1,12 @@ +GNU Cim is a compiler for the programming language Simula (except +unspecified parameters to formal or virtual procedures (see the +documentation for how portable code for formal procedures can be +written)). It offers a class concept, separate compilation with full +type checking, interface to external C routines, an application +package for process simulation and a coroutine concept. + +The portability of the GNU Simula Compiler is based on the C +programming language. The compiler and the run-time system is written +in C, and the compiler produces C code, that is passed to a C compiler +for further processing towards machine code. + |