Related articles |
---|
Pascal grammar and error recovery green@csd.uch.gr (Grigoris Prasinos) (1997-11-29) |
From: | Grigoris Prasinos <green@csd.uch.gr> |
Newsgroups: | comp.compilers |
Date: | 29 Nov 1997 00:07:12 -0500 |
Organization: | National Technical University of Athens, Greece |
Keywords: | Pascal, parse, errors |
Hello
I have to code a pascal compiler for a 'Compiler Design ' Course.
I have set up the grammar correctly but I do not know how to make the
parser continue after a syntax error.I know I have to insert some
rules with 'error' on the left side but I do not know where to put them!
I understand that the field of error recovery and error reporting
is vast,so I would be grateful if you just sent me some pointers to
interesting resources.
Thanks in advance
Grigoris Prasinos
--
Return to the
comp.compilers page.
Search the
comp.compilers archives again.