Author: kjs
Date: Sun Nov 4 11:54:16 2007
New Revision: 22709
Modified:
trunk/docs/pdds/draft/pdd06_pasm.pod
Log:
[pdd06] add ":anon" flag to pasm grammar (this is allowed in pasm too).
Modified: trunk/docs/pdds/draft/pdd06_pasm.pod
==============================================================================
--- trunk/docs/pdds/draft/pdd06_pasm.pod (original)
+++ trunk/docs/pdds/draft/pdd06_pasm.pod Sun Nov 4 11:54:16 2007
@@ -130,7 +130,7 @@
".pcc_sub" [ sub_flag ]?
sub_flag:
- ":init" | ":main" | ":load" | ":postcomp" | ":immediate"
+ ":init" | ":main" | ":load" | ":postcomp" | ":immediate" | ":anon"
label:
identifier ":"
@@ -1252,7 +1252,7 @@
=over 4
-=item * Fixed stack ops; push, pop, and clear properly documented according to
the
+=item * Fixed stack ops; push, pop, and clear properly documented according to
the
engine's behaviour now.
=back