Re: Inform: Tutorial
12 Dec 1995 06:23:11 GMT
In article 05@arnod.arnod.demon.co.uk, jools@arnod.demon.co.uk (Julian Arnold) writes:
.
.
.
>It ought to be added that you'd need to replace Parser() in parser.h, as this
>has a few error messages not handled by LibraryMessages.
You should *not* replace Parser(). Instead you should define a
ParserError() function. Parser() will call ParserError() whenever it'll
need to write an error message. The details are described in the manual.
-- Bjorn Gustavsson