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
syntax tweaks - no need for commas
  • Loading branch information
moritz committed Jul 26, 2011
1 parent 9b361fb commit 3a33f8a
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions features.txt
Expand Up @@ -4,32 +4,32 @@ rn Rakudo/nom
n Niecza

= Basics
Basic control structures: rm+, rn+, n+
Lexical variables: rm+, rn+, n+
Basic types (strings, numbers): rm+, rn+, n+
Basic file IO: rm+, rn+, n+-
Basic OO: rm+, rn+, n+
Basic regex support: rm+, rn+, n+
Subroutines: rm+, rn+, n+
Basic control structures: rm+ rn+ n+
Lexical variables: rm+ rn+ n+
Basic types (strings, numbers): rm+ rn+ n+
Basic file IO: rm+ rn+ n+-
Basic OO: rm+ rn+ n+
Basic regex support: rm+ rn+ n+
Subroutines: rm+ rn+ n+
Blocks: rm+ rn+ n+
Special variables: rm+ (outdated specification) rn+ n+
Constants: rm- rn+- (only literals) n+
State variables: rm- rn- n+

= Classes
Classes, attributes, methods: rm+, rn+, n+
Single inheritance: rm+, rn+, n+
Multiple inheritance: rm+, rn+- (attributes don't work with MI), n+
Read-only accessors: rm+, rn+, n-
Read-write accessors: rm+, rn+, n+
Classes, attributes, methods: rm+ rn+ n+
Single inheritance: rm+ rn+ n+
Multiple inheritance: rm+ rn+- (attributes don't work with MI) n+
Read-only accessors: rm+ rn+ n-
Read-write accessors: rm+ rn+ n+
Default constructor: rm+ rn+ n+
Natively typed attributes: rm- rn+ n-

= Roles
Roles with attributes and methods: rm+, rn+, n+
Composing roles into classes: rm+, rn+, n+- (runtime composition only)
Composing roles into roles: rm+, rn+
Parametric roles: rm+, n+-
Roles with attributes and methods: rm+ rn+ n+
Composing roles into classes: rm+ rn+ n+- (runtime composition only)
Composing roles into roles: rm+ rn+
Parametric roles: rm+ n+-

= Regexes
Quantifiers, alternations: rm+ rn+ n+
Expand Down

0 comments on commit 3a33f8a

Please sign in to comment.