From 032a7cb9f031cf5a84b9e4b11b6cfa18bc2c49d6 Mon Sep 17 00:00:00 2001 From: Lukas Jiriste Date: Fri, 21 Jun 2024 15:49:15 +0200 Subject: [PATCH] Improve the documentation of limitations --- inc/ft_parse.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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. // -- 2.30.2