[antlr-interest] Conditional tree parsing

VAUCHER Laurent VAUCHER at fermat.eu
Tue Oct 31 09:24:58 PST 2006


  To put it in simpler terms: is there a syntax in the grammar file for
TreeParsers to match 'any' subtree without trying to 'walk' it?



  #(TOKEN i:AST)
    {
      // Here I can operate on 'i' at the raw AST level without
      // the TreeParser trying to do anything else
    }


Laurent.



More information about the antlr-interest mailing list