Re: Using api.token.constructor for tokens without arguments.

2018-12-30 Thread Akim Demaille
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

Using api.token.constructor for tokens without arguments.

2015-08-25 Thread Slava Barinov
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