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

Commit 3a33f8a

Browse files
committed
syntax tweaks - no need for commas
1 parent 9b361fb commit 3a33f8a

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

features.txt

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -4,32 +4,32 @@ rn Rakudo/nom
44
n Niecza
55

66
= Basics
7-
Basic control structures: rm+, rn+, n+
8-
Lexical variables: rm+, rn+, n+
9-
Basic types (strings, numbers): rm+, rn+, n+
10-
Basic file IO: rm+, rn+, n+-
11-
Basic OO: rm+, rn+, n+
12-
Basic regex support: rm+, rn+, n+
13-
Subroutines: rm+, rn+, n+
7+
Basic control structures: rm+ rn+ n+
8+
Lexical variables: rm+ rn+ n+
9+
Basic types (strings, numbers): rm+ rn+ n+
10+
Basic file IO: rm+ rn+ n+-
11+
Basic OO: rm+ rn+ n+
12+
Basic regex support: rm+ rn+ n+
13+
Subroutines: rm+ rn+ n+
1414
Blocks: rm+ rn+ n+
1515
Special variables: rm+ (outdated specification) rn+ n+
1616
Constants: rm- rn+- (only literals) n+
1717
State variables: rm- rn- n+
1818

1919
= Classes
20-
Classes, attributes, methods: rm+, rn+, n+
21-
Single inheritance: rm+, rn+, n+
22-
Multiple inheritance: rm+, rn+- (attributes don't work with MI), n+
23-
Read-only accessors: rm+, rn+, n-
24-
Read-write accessors: rm+, rn+, n+
20+
Classes, attributes, methods: rm+ rn+ n+
21+
Single inheritance: rm+ rn+ n+
22+
Multiple inheritance: rm+ rn+- (attributes don't work with MI) n+
23+
Read-only accessors: rm+ rn+ n-
24+
Read-write accessors: rm+ rn+ n+
2525
Default constructor: rm+ rn+ n+
2626
Natively typed attributes: rm- rn+ n-
2727

2828
= Roles
29-
Roles with attributes and methods: rm+, rn+, n+
30-
Composing roles into classes: rm+, rn+, n+- (runtime composition only)
31-
Composing roles into roles: rm+, rn+
32-
Parametric roles: rm+, n+-
29+
Roles with attributes and methods: rm+ rn+ n+
30+
Composing roles into classes: rm+ rn+ n+- (runtime composition only)
31+
Composing roles into roles: rm+ rn+
32+
Parametric roles: rm+ n+-
3333

3434
= Regexes
3535
Quantifiers, alternations: rm+ rn+ n+

0 commit comments

Comments
 (0)