fix: random fixes

This commit is contained in:
Gu://em_ 2026-01-23 17:33:15 +01:00
parent 69ee869af0
commit 32e182bd50
3 changed files with 19 additions and 11 deletions

View file

@ -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);