Prof. A Olowofoyeku (The African Chief) wrote:
Two questions about the "gp" utility;
- Is it being written in Pascal or in C? (I hope it is the former)
Yes, mostly. But some parts use flex and bison (which generate C code), and share a few definitions (such as lists of options) with the compiler sources. But the most parts are being written in Pascal.
- Will it be able to use a cfg file in addition to taking arguments
from the command line?
Yes.
Frank