From 48a4b7cb19b908dd561e92114b50d338568dfb55 Mon Sep 17 00:00:00 2001 From: Casey Rodarmor Date: Sun, 30 Oct 2016 19:40:11 -0700 Subject: [PATCH] grammar.md phrasing --- grammar.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grammar.md b/grammar.md index 7456db9..3bceece 100644 --- a/grammar.md +++ b/grammar.md @@ -1,7 +1,7 @@ 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), although an extra token of lookahead is used to distinguish between export assignments and recipes with arguments.