From 13744113fd2cdd1ce35632063360c1b99fbc1c71 Mon Sep 17 00:00:00 2001 From: Dmitrii Dimandt Date: Sat, 23 Aug 2014 14:14:11 +0200 Subject: [PATCH] Update README --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7f597a6..cb9a4f0 100644 --- a/README.md +++ b/README.md @@ -17,13 +17,11 @@ This is a rather straightforward port/implementation of the grammar defined for of the grammar has been ported to `priv/parser.pegjs`, but causes the VM to quit with an out-of-memory exception on sufficiently large garmmars (including its own). See *How to contribute* section for more info +- Implements support for `@append` extension (see, e.g. [core-pegjs](https://github.com/for-GET/core-pegjs) + in the for-GET project) ## Further work -- Support @append (see, e.g. [core-pegjs](https://github.com/for-GET/core-pegjs) - in the for-GET project) -- Add more options: - - set root for multiple grammars (when @append is implemented) - Dialyze, create dialyzer-friendly parsers ## How to use