On Mon, 5 Jan 2004 14:45:52 -0700, Aaron Dalton wrote: > My grammar is indeed line-oriented but I generally get negative line > numbers in my error messages.
I haven't used PRD much (yet), but I've got negative line numbers when passing the input data as reference (which removes the parsed data from the input). Passing the input data by value produced positive line numbers. Hope it helps, Ron