Grammar.md typos
This commit is contained in:
parent
26ab0b4008
commit
02c87bdbeb
@ -1,9 +1,9 @@
|
|||||||
justfile grammar
|
justfile grammar
|
||||||
================
|
================
|
||||||
|
|
||||||
The justfiles are processed with a mildly context-sensitive
|
Justfiles are processed with a mildly context-sensitive tokenizer
|
||||||
tokenizer and a recursive descent parser. The grammar is mostly LL(1),
|
and a recursive descent parser. The grammar is mostly LL(1),
|
||||||
altough 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.
|
||||||
|
|
||||||
tokens
|
tokens
|
||||||
|
Loading…
Reference in New Issue
Block a user