I'm having trouble making a dynamic boost spirit lexer that tracks the column number. Is this possible? Can anyone provide a simple example?
Thanks!
http://boost-spirit.com/home/articles/qi-example/tracking-the-input-position-while-parsing/
The code they reference throughout the article is posted at the end.