[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
- From: David Sariel <datosar@xxxxxxxxx>
- Date: Mon, 14 Sep 2009 11:09:13 +0300
- Delivered-to: cdt-dev@eclipse.org
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=PyJJh/jIqs/CI5N2AHDcy6bfxVLwwWh/3Nx+onhW5u0=; b=L4dgMoyGboB/4mlrZ5oYplRgnUjWY0NTczhNc+jbNcLaSadiaDN0Mr4Md4qG915qli Q5nHUIK9oGTxx5ae+30ca/6NDN4hrg5DZC96NBhKfbc8w7AU9LR33wPq/SUv2CHo6l9H bEPGvgUNNxtUwfCGnw2CPywDFEXu3P4E6x+tk=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=FBTOkDm5IeLFwDwhBB2kMCAwvxkEuNLDDg2mkE0sQHLNJaafJg/IIWuEynIT6+K98P 2dykFIvdnabQLkFXgmpnaGw5WS8KY9NkJ6UOtjDIIiHj3U/11FyJx2a/8Ax8oKUEMkYZ XuRx8K0b2AtNc/MEXq+H2CE/E5eGPzIexay1w=
Hello,
yacc (bison) supports --verbose and --debug options allowing automatic
generation of debug outputs like:
Reducing via rule 93 (line 329), statement -> statement_list
...
Reducing via rule 185 (line 601), statement_list -> translation unit
...
Does lpg analogs (-verbose and -debug switches) allow the same? I'm
generating parsers with those options.
*.l files indicate that VERBOSE, DEBUG are options in effect. But
parser files generated are the same
as without -verbose and -debug, i.e. no debugging outputs were generated.
Am I missing something?
Thanks,
David