From f87484f1716a92f7234a56a7db2ac62ec2b31695 Mon Sep 17 00:00:00 2001 From: Erez Shinan Date: Tue, 31 Oct 2017 19:18:10 +0200 Subject: [PATCH] Updated Features (markdown) --- Features.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Features.md b/Features.md index c9ff0f0..067828c 100644 --- a/Features.md +++ b/Features.md @@ -30,7 +30,7 @@ Lark also comes with an experimental contextual lexer, which enables the LALR(1) # Other features - EBNF grammar, with extra features such as %import and %ignore - - Builds a parse-tree (AST) automagically based on the grammar + - Builds a parse-tree (AST) automagically based on the grammar (See: [[Tree Construction]]) - Automatic line & column tracking in lexer - Automatic token collision resolution (for standard usage) - Standard library of terminals (strings, numbers, names, etc.)