grammar.md phrasing

This commit is contained in:
Casey Rodarmor 2016-10-30 19:40:11 -07:00
parent 7171ddbca2
commit 48a4b7cb19

View File

@ -1,7 +1,7 @@
justfile grammar justfile grammar
================ ================
Justfiles are processed with a mildly context-sensitive tokenizer Justfiles are processed by a mildly context-sensitive tokenizer
and a recursive descent parser. The grammar is mostly LL(1), and a recursive descent parser. The grammar is mostly LL(1),
although an extra token of lookahead is used to distinguish between although an extra token of lookahead is used to distinguish between
export assignments and recipes with arguments. export assignments and recipes with arguments.