Updated How to use Lark (markdown)

Erez Shinan 2018-04-01 11:33:37 +03:00
parent 28eb60d2be
commit f3421cd8ee
1 changed files with 1 additions and 1 deletions

@ -8,7 +8,7 @@ This is the recommended process for working with Lark:
3. Try your grammar in Lark against each input sample. Make sure the resulting parse-trees make sense.
- You can perform steps 1-3 together, gradually growing your grammar to include more sentences.
- You can perform steps 1-3 repeatedly, gradually growing your grammar to include more sentences.
4. Use Lark's grammar features to [[shape the tree|Tree Construction]]: Get rid of superfluous rules by inlining them, and use aliases when specific cases need clarification.