blob: 138d836407c97cf79a03ffec42a35073f251d1c1 (
plain) (
blame)
1
2
3
4
5
6
7
|
A compiler for the INTERCAL language, which has a syntax and
feature set differing considerably from all other programming
languages. This is the C-INTERCAL compiler, which compiles
INTERCAL to C, and then invokes cc as a backend, much like the
"f2c" Fortran compiler.
WWW: http://www.tuxedo.org/~esr/intercal/
|