gnghskhn / recursive-ascent

Automatically exported from code.google.com/p/recursive-ascent
0 stars 0 forks source link

Bug in position calculation in abstract lexer. #99

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
For reproduction just comment off ``Positions. Simple binop.`` test in 
AbstractLexerTests.fs. 

I expect, that position for '*' (MULT token, second position in positions 
array) should be 1, but now it is 0.

Original issue reported on code.google.com by rsdpisuy@gmail.com on 17 Aug 2013 at 10:03

GoogleCodeExporter commented 8 years ago

Original comment by rsdpisuy@gmail.com on 7 Jan 2014 at 8:07