c2icn.icn: Program to assist C-to-Icon porting

March 11, 1993; Robert J. Alexander
This file is in the public domain.
Filter to do some of the mundane work involved in porting a C
program to Icon.

- Reformats comments, moving embedded comments to end of line
- Removes the ";" from ends of lines
- Reformats line-continued strings
- Changes = to :=
- Changes -> to .

Source code | Program Library Page | Icon Home Page