From: Lukas Jiriste Date: Fri, 21 Jun 2024 13:49:15 +0000 (+0200) Subject: Improve the documentation of limitations X-Git-Url: https://git.ljiriste.work/?a=commitdiff_plain;h=032a7cb9f031cf5a84b9e4b11b6cfa18bc2c49d6;p=Libft.git Improve the documentation of limitations --- diff --git a/inc/ft_parse.h b/inc/ft_parse.h index 609390e..e52ef24 100644 --- a/inc/ft_parse.h +++ b/inc/ft_parse.h @@ -6,7 +6,7 @@ /* By: ljiriste +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2024/05/27 21:21:54 by ljiriste #+# #+# */ -/* Updated: 2024/06/21 15:39:41 by ljiriste ### ########.fr */ +/* Updated: 2024/06/21 15:48:59 by ljiriste ### ########.fr */ /* */ /* ************************************************************************** */ @@ -73,8 +73,8 @@ typedef struct s_parser_stack_element // State token[i] token[i+n] // j states[j].lookahead[i] states[0].goto[i] // -// The first row contains all the n terminal tokens first -// and after them all the non-terminal tokens. +// The first row contains all the n terminal tokens first followed by +// $ (the end token) and after them all the non-terminal tokens. // Every other row contains the (unique) state number and the reduce/shift // rule for the appropriate token. //