Merge pull request #11 from wycats/patch-1

Fix typo
This commit is contained in:
Niko Matsakis 2015-07-20 15:17:42 -04:00
commit d4a13ba84f

View File

@ -7,7 +7,7 @@ generation algorithms (including more general variants like LL(*),
GLR, etc), but those may or may not ever come to fruitition. :)
LALRPop has *usability* as a primary goal. You should be able to write
compact, DRY, readable grammars. You shouldn't have to stres about
compact, DRY, readable grammars. You shouldn't have to stress about
writing action code or types if you don't want to. To this end,
LALRPop has a number of nifty features: