From 39fe2c22e76f93f8dc073aa59525fba3c14dcdb1 Mon Sep 17 00:00:00 2001 From: Erez Shinan Date: Mon, 19 Feb 2018 13:42:14 +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 25e946a..3f35cc0 100644 --- a/Features.md +++ b/Features.md @@ -28,7 +28,7 @@ Lark also supports user-defined rule priority to steer the automatic ambiguity r ## LALR(1) Parser -[LALR(1)](https://www.wikiwand.com/en/LALR_parser) is a very efficient, true-and-tested parsing algorithm. It's incredible fast and requires very little memory. +[LALR(1)](https://www.wikiwand.com/en/LALR_parser) is a very efficient, true-and-tested parsing algorithm. It's incredibly fast and requires very little memory. It can parse most programming languages (For example: Python and Java).