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 more data points, including state variables and constants, TimToa…
…dy++
  • Loading branch information
moritz committed Jul 26, 2011
1 parent 2540598 commit 9b361fb
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions features.txt
Expand Up @@ -11,7 +11,10 @@ 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+
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+
Expand All @@ -34,11 +37,12 @@ Match objects: rm+ rn+ n+
Named and positional captures: rm+ rn+ n+
Conjunction: rm+ rn+ n-
Longest-Token Matching: rm+- (only for constants) rn- n+
Character classes: rm+- (no backlash escapes) rn+- (no backslash escapes) n+
Character classes: rm+- (no backslash escapes) rn+- (no backslash escapes) n+
Unicode properties: rm- rn- n-
Embedded code blocks: rm+ rn- n+
Variable interpolation: rm+- (only scalars) rn- n+- (only scalars)
Grammars: rm+ rn- n+
Matching streams: rm- rn-

= Signatures
Positional args/params: rm+ rn+ n+
Expand Down Expand Up @@ -111,3 +115,4 @@ Introspection: rm+ rn+-
Adding methods: rm+ rn+
Inheritance manipulation:
Role composition:
Feed operators: rm+- rn+-

0 comments on commit 9b361fb

Please sign in to comment.