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

Commit 11e3427

Browse files
committed
nom now supports require, though without import lists yet (so it gets +-).
1 parent 07b6827 commit 11e3427

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

features.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -541,7 +541,7 @@
541541
"items": [
542542
{
543543
"item" : "use",
544-
"status" : "rm+- (limited import lists) rn+-(limited import lists) n+- (no import lists)",
544+
"status" : "rm+- (limited import lists) rn+- (limited import lists) n+- (no import lists)",
545545
"code" : [ "http://rosettacode.org/wiki/JSON#Perl_6" ],
546546
"spec" : [ ]
547547
}, {
@@ -551,7 +551,7 @@
551551
"spec" : [ ]
552552
}, {
553553
"item" : "require",
554-
"status" : "rm+- (no import lists) rn- n+- (precompilation required)",
554+
"status" : "rm+- (no import lists) rn+- (no import lists) n+- (precompilation required)",
555555
"code" : [ ],
556556
"spec" : [ ]
557557
}, {

0 commit comments

Comments
 (0)