-
Notifications
You must be signed in to change notification settings - Fork 12
planned features
Francis Galiegue edited this page Jan 23, 2015
·
14 revisions
This page lists the planned features for grappa 2.0.x. It is in constant evolution at the moment since ideas are plentiful, they come and go, some turn out to be good ideas, others are bad, others are too complicated or plain impossible...
Well, all in all, it's a moving target. If there is a feature you want, you can open an issue, or join us on IRC (see the README).
Right now there aren't any... Enough said.
There are already rules to match a code point or a code point range. Extend that.
The input buffer already has gained the capability to read a code point instead of a character; which has allowed to get rid of EOI
.
Example: repeat(something).times(3);
And others.
In particular, a BooleanVar
can be very useful.