Skip to content
Francis Galiegue edited this page Jan 23, 2015 · 14 revisions

Introduction

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).

API

Custom error messages

Right now there aren't any... Enough said.

Unicode support

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.

A repeat rule

Example: repeat(something).times(3);

And others.

Vars for primitive types

In particular, a BooleanVar can be very useful.