Home | History | Annotate | Download | only in functional
      1 parser grammar t052importS3;
      2 options {
      3     language=JavaScript;
      4 }
      5 @members {
      6     this.capture = function(t) {
      7         this.gt052importM3.capture(t);
      8     };
      9     this.foo = function() {
     10         this.capture("foo");
     11     };
     12 }
     13         
     14 a : B ;
     15