File: debug_parser.adb

package info (click to toggle)
opentoken 4.0b-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 1,812 kB
  • ctags: 57
  • sloc: ada: 12,643; makefile: 129; java: 37; sh: 6
file content (9 lines) | stat: -rw-r--r-- 203 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
with Verify_Aggregate.Parser; use Verify_Aggregate.Parser;
procedure Debug_Parser
is
begin
   Dump_Grammar;
   Dump_Parse_Table;
   Set_Trace (True);
   Execute_Command ("set (2 =>;");
end Debug_Parser;