home *** CD-ROM | disk | FTP | other *** search
- /**************************************************************
- Turbo Prolog Toolbox
- (C) Copyright 1987 Borland International.
- **************************************************************/
-
- include "xpars.dom" /* domain declarations for the parser */
- include "xpars.sca" /* scanner called by the parser */
-
- predicates /* The generated parser requires */
- syntax_error(STRING,TOKL) /* this predicate to be declared. */
-
- include "xpars.par" /* parser created by the Toolbox */
-
- clauses
- syntax_error(_,_):-write("No error detection").