Author: audreyt
Date: Thu Aug 10 09:16:15 2006
New Revision: 10780
Modified:
doc/trunk/design/syn/S02.pod
Log:
* S02: Add a infix_prefix_meta_operator grammatical category to
carry the generic chain-associative negation modifier "!".
Modified: doc/trunk/design/syn/S02.pod
==============================================================================
--- doc/trunk/design/syn/S02.pod (original)
+++ doc/trunk/design/syn/S02.pod Thu Aug 10 09:16:15 2006
@@ -12,9 +12,9 @@
Maintainer: Larry Wall <[EMAIL PROTECTED]>
Date: 10 Aug 2004
- Last Modified: 9 Aug 2006
+ Last Modified: 10 Aug 2006
Number: 2
- Version: 61
+ Version: 62
This document summarizes Apocalypse 2, which covers small-scale
lexical items and typological issues. (These Synopses also contain
@@ -2215,6 +2215,7 @@
scope_declarator:<has> has $.x;
statement_control:<if> if $condition {...} else {...}
statement_modifier:<if> ... if $condition
+ infix_prefix_meta_operator:<!> $x !~~ 2;
infix_postfix_meta_operator:<=> $x += 2;
postfix_prefix_meta_operator:{'»'} @array »++
prefix_postfix_meta_operator:{'«'} -« @magnitudes