mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-22 22:14:49 +08:00
typo
This commit is contained in:
parent
8c9f3c7bd4
commit
785b7d9438
|
@ -17,8 +17,8 @@ using namespace grammar;
|
|||
|
||||
// Herein are encoded the productions for our LL2 fish grammar.
|
||||
//
|
||||
// Each symbol (e.g. symbol_job_list) has a corresponding function (e.g. resolve_job_lits). The
|
||||
// function accepts two tokens, representing the first and second lookahead, and returns returns a
|
||||
// Each symbol (e.g. symbol_job_list) has a corresponding function (e.g. resolve_job_list). The
|
||||
// function accepts two tokens, representing the first and second lookahead, and returns a
|
||||
// production representing the rule, or NULL on error. There is also a tag value which is returned
|
||||
// by reference; the tag is a sort of node annotation.
|
||||
//
|
||||
|
|
Loading…
Reference in New Issue
Block a user