help-bison
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Question about token stack


From: Akim Demaille
Subject: Re: Question about token stack
Date: Sun, 30 Aug 2020 17:36:49 +0200


> Le 30 août 2020 à 17:17, Ervin Hegedüs <airween@gmail.com> a écrit :
> 
> in my parser code I got:
> 
> #ifdef YYDEBUG
>  yydebug = 1;
> #endif
> 
> and I compiled the code:
> bison -d myparser.y
> flex -d mylexer.l
> gcc ...
> 
> the output is:
> 
> --accepting rule at line 52 ("ConfKey2")
> --accepting rule at line 67 (" ")
> --accepting rule at line 55 ("fo")
> This is a configuration directive and argument: 'ConfKey2' 'fo'
> --accepting rule at line 68 ("'")
> UNKNOWN TOKEN: ''' in file: badconf3.conf, line 1, state: ST_CONFIG_DIRECTIVE
> --accepting rule at line 55 ("o")
> Parse error: syntax error in file , line 1

These are not Bison's traces, only Flex's ones.  You need to enable Bison 
traces (see the documentation).


reply via email to

[Prev in Thread] Current Thread [Next in Thread]