Skip to content
This repository has been archived by the owner on Nov 16, 2020. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Add "labeled loops", "async", and "is atomic" to the features matrix.
  • Loading branch information
pmichaud committed Mar 4, 2013
1 parent 343a4f6 commit 4fd9b51
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions features.json
Expand Up @@ -128,6 +128,11 @@
"status" : "r+ n-",
"code" : [ ],
"spec" : [ "http://perlcabal.org/syn/S04.html#Loop_statements" ]
}, {
"item" : "Labeled loops",
"status" : "r- n-",
"code" : [ ],
"spec" : [ "http://perlcabal.org/syn/S04.html#Loop_statements" ]
}]
},
{ "section": "Classes",
Expand Down Expand Up @@ -744,6 +749,16 @@
"status" : "r- n+",
"code" : [ ],
"spec" : [ ]
}, {
"item" : "async blocks",
"status" : "r- n-",
"code" : [ ],
"spec" : [ ]
}, {
"item" : "is atomic",
"status" : "r- n-",
"code" : [ ],
"spec" : [ ]
}, {
"item" : "Synchronization",
"status" : "r- n+-",
Expand Down

0 comments on commit 4fd9b51

Please sign in to comment.