README 635 B

12345678910111213
  1. GNU Cim is a compiler for the programming language Simula (except
  2. unspecified parameters to formal or virtual procedures (see the
  3. documentation for how portable code for formal procedures can be
  4. written)). It offers a class concept, separate compilation with full
  5. type checking, interface to external C routines, an application
  6. package for process simulation and a coroutine concept.
  7. The portability of the GNU Simula Compiler is based on the C
  8. programming language. The compiler and the run-time system is written
  9. in C, and the compiler produces C code, that is passed to a C compiler
  10. for further processing towards machine code.