From 02c87bdbeb19b1572ae3cf96ea8b27c38f2d4a04 Mon Sep 17 00:00:00 2001 From: Casey Rodarmor Date: Sun, 30 Oct 2016 19:17:09 -0700 Subject: [PATCH] Grammar.md typos --- grammar.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/grammar.md b/grammar.md index 13991680..5489f62b 100644 --- a/grammar.md +++ b/grammar.md @@ -1,9 +1,9 @@ justfile grammar ================ -The justfiles are processed with a mildly context-sensitive -tokenizer and a recursive descent parser. The grammar is mostly LL(1), -altough an extra token of lookahead is used to distinguish between +Justfiles are processed with 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. tokens