From a6c84e610e99d84f420c758233615d107205f79f Mon Sep 17 00:00:00 2001 From: Erez Shinan Date: Thu, 27 Sep 2018 14:50:59 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a052c63..cc1407b 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Parse any context-free grammar, FAST and EASY! **Beginners**: Lark is not just another parser. It can parse any grammar you throw at it, no matter how complicated or ambiguous, and do so efficiently. It also constructs a parse-tree for you, without additional code on your part. -**Experts**: Lark lets you choose between Earley and LALR(1), to trade-off power and speed. It also contains a CYK parser and experimental features such as a contextual-lexer. +**Experts**: Lark lets you choose between Earley and LALR(1), to trade-off power and speed. It also contains a CYK parser and unique features such as a contextual-lexer. Lark can: