problem string recursion antlr lexer token

Posted by barrozz on Stack Overflow See other posts from Stack Overflow or by barrozz
Published on 2010-03-31T19:19:26Z Indexed on 2010/03/31 19:23 UTC
Read the original article Hit count: 638

Filed under:
|
|
|
|

How do I build a token in lexer that can handle recursion inside as this string:

${*anythink*${*anything*}*anythink*}

?

thanks

© Stack Overflow or respective owner

Related posts about antlr

Related posts about lexer