blob: 5972801f563f9585ff0dcfac74dff797b20b38b8 (
plain)
1
2
3
4
5
|
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.
|