Re: Getting a Counter

2021-10-01 Thread Hans Åberg
> On 1 Oct 2021, at 07:16, Guenther Sohler wrote: > > Hi, > In my parser i don't want flex to return comments in my code as flex tokens. > Instead i want to store them in a different list together with their > position. > > Lateron i am using their position to included them in the code again.

Re: Getting a Counter

2021-09-30 Thread Akim Demaille
Hi, > Le 1 oct. 2021 à 07:16, Guenther Sohler a écrit : > > Hi, > In my parser i don't want flex to return comments in my code as flex tokens. > Instead i want to store them in a different list together with their > position. > > Lateron i am using their position to included them in the code ag

Getting a Counter

2021-09-30 Thread Guenther Sohler
Hi, In my parser i don't want flex to return comments in my code as flex tokens. Instead i want to store them in a different list together with their position. Lateron i am using their position to included them in the code again. For that reason i am interested to know the Token position in the pa