[antlr-interest] OT: threading layout (was: manual tree construction)

Michael Laszlo mjl at nova.edu
Fri Sep 16 07:38:25 PDT 2005


nks, will look into Thunderbird.

I transcribed the rule incorrectly in my previous post. It should be:

var_decl!
  :	ID DEC_ASSIGN e:expr { #var_decl = #(DEC_ASSIGN, ID, e); }
  ;





More information about the antlr-interest mailing list