You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
558 B
33 lines
558 B
--- Assemble.pm
|
|
+++ Assemble.pm
|
|
@@ -1575,24 +1575,24 @@ carefully formatted output.
|
|
|
|
=over 8
|
|
|
|
-=item 0
|
|
+=item * 0
|
|
|
|
Off. Turns off all debugging output.
|
|
|
|
-=item 1
|
|
+=item * 1
|
|
|
|
Add. Trace the addition of patterns.
|
|
|
|
-=item 2
|
|
+=item * 2
|
|
|
|
Reduce. Trace the process of reduction and assembly.
|
|
|
|
-=item 4
|
|
+=item * 4
|
|
|
|
Lex. Trace the lexing of the input patterns into its constituent
|
|
tokens.
|
|
|
|
-=item 8
|
|
+=item * 8
|
|
|
|
Time. Print to STDOUT the time taken to load all the patterns. This is
|
|
nothing more than the difference between the time the object was
|