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