From 28eb60d2be116830d1fc166a3e7632329a838806 Mon Sep 17 00:00:00 2001 From: Erez Shinan Date: Sun, 1 Apr 2018 11:33:02 +0300 Subject: [PATCH] Updated How to use Lark (markdown) --- How-to-use-Lark.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/How-to-use-Lark.md b/How-to-use-Lark.md index e4c42f2..07587b1 100644 --- a/How-to-use-Lark.md +++ b/How-to-use-Lark.md @@ -4,7 +4,7 @@ This is the recommended process for working with Lark: 1. Collect or create input samples, that demonstrate key features or behaviors in the language you're trying to parse. -2. Write a grammar. Try to aim for a structure that is intuitive, and in way that imitates how you would explain your language to a fellow human. +2. Write a grammar. Try to aim for a structure that is intuitive, and in a way that imitates how you would explain your language to a fellow human. 3. Try your grammar in Lark against each input sample. Make sure the resulting parse-trees make sense.