Hi!
> Le 25 août 2015 à 14:20, Slava Barinov a écrit :
>
> Hello,
>
> I'm experimenting with bison+flex and met an issue: bison won't provide a
> token type info. So the situation: I've got a calc++ example and started to
> simplify it. For example there are two operations + and - which will i
Hello,
I'm experimenting with bison+flex and met an issue: bison won't provide a
token type info. So the situation: I've got a calc++ example and started to
simplify it. For example there are two operations + and - which will increase
and decrease global variables (no arguments needed) so the