develooper Front page | perl.perl6.language | Postings from August 2006

[svn:perl6-synopsis] r10780 - doc/trunk/design/syn

From:
audreyt
Date:
August 10, 2006 09:16
Subject:
[svn:perl6-synopsis] r10780 - doc/trunk/design/syn
Message ID:
20060810161616.F4051CB9BB@x12.develooper.com
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 <larry@wall.org>
   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



nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About