blob: 41331e3c2e02712ed179b290f839864fbe12ffbe (
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.
The INTERCAL resource page: http://www.tuxedo.org/~esr/intercal/
|