removed the warning
This commit is contained in:
parent
46dbc7ad6b
commit
37e430a234
1 changed files with 0 additions and 1 deletions
|
|
@ -36,7 +36,6 @@ struct ast *parse_funcdec(struct lexer_context *ctx);
|
|||
|
||||
/*
|
||||
* @brief parses a for rule
|
||||
* @warning NOT IMPLEMENTED
|
||||
*
|
||||
* @code rule_for = 'for' WORD
|
||||
* ( [';'] | [ {'\n'} 'in' { WORD } ( ';' | '\n' ) ] )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue