fix: random fixes
This commit is contained in:
parent
69ee869af0
commit
32e182bd50
3 changed files with 19 additions and 11 deletions
|
|
@ -15,7 +15,7 @@ struct ast *parse_list(struct lexer_context *ctx);
|
|||
|
||||
/* @brief Only parses a pipeline rule for the moment
|
||||
*
|
||||
* @code and_or = pipeline ;
|
||||
* @code and_or = pipeline { ( '&&' | '||' ) {'\n'} pipeline } ;
|
||||
*/
|
||||
struct ast *parse_and_or(struct lexer_context *ctx);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue