X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;f=vendor%2Fnikic%2Fphp-parser%2Fgrammar%2FREADME.md;h=90988cf4441226570bf91ebad00dcbba2044e850;hb=052617e40b525f8b817d84c29b1c04951f427069;hp=3f1698a68fc3ba9eadd574ac3f4695d495eaa3dc;hpb=9917807b03b64faf00f6a1f29dcb6eafc454efa5;p=yaffs-website diff --git a/vendor/nikic/php-parser/grammar/README.md b/vendor/nikic/php-parser/grammar/README.md index 3f1698a68..90988cf44 100644 --- a/vendor/nikic/php-parser/grammar/README.md +++ b/vendor/nikic/php-parser/grammar/README.md @@ -11,7 +11,7 @@ What do all those files mean? .phpy pseudo language ===================== -The `.y` file is a normal grammer in `kmyacc` (`yacc`) style, with some transformations +The `.y` file is a normal grammar in `kmyacc` (`yacc`) style, with some transformations applied to it: * Nodes are created using the syntax `Name[..., ...]`. This is transformed into