Dashboard > Labels > faq_translation
  Labels Log In | Sign Up   View a printable version of the current page.  
  Label: faq_translation

All content with label faq_translation.
Related Labels: faq_lexing

How do I access hidden tokens from parser? (ANTLR 3)
Rules in the lexer can send tokens to the parser on different "channels". See How do I track whitespace, comments, and other hidden channels during AST construction? For example, COMMENT : '/' . '/' ; But, how do you access them from the parser ...
Other labels: faq_lexing
How do I combine fuzzy parsing and stream rewriting? (ANTLR 3)
you want to parse just pieces of, say, a Java file using filter mode (fuzzy parsing) and do some replacement like TokenRewriteStream does, how can you do it? TokenRewriteStream requires use of a parser/lexer combo whereas ...
Other labels: faq_lexing
Site powered by a free Open Source Project / Non-profit License (more) of Confluence - the Enterprise wiki.
Learn more or evaluate Confluence for your organisation.
Powered by Atlassian Confluence, the Enterprise Wiki. (Version: 2.5.1 Build:#806 May 06, 2007) - Bug/feature request - Contact Administrators