This project is a strict ANSI C17 port of the classic ELIZA program, originally published by Creative Computing in the July/August 1977 issue. It functions as a conversational agent utilizing pattern matching and word substitution.
The program is built entirely utilizing the standard C library, avoiding any reliance on external dependencies, graphical user interfaces, or non-standard system calls.