Differences
This shows you the differences between two versions of the page.
grammar [2011/01/20 10:18] – created hourdin | grammar [2011/10/11 11:21] (current) – hourdin | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | < | + | < |
+ | %union { | ||
public Pointcut PointcutType; | public Pointcut PointcutType; | ||
public string StringType; | public string StringType; | ||
Line 6: | Line 7: | ||
} | } | ||
- | /* TERMINAUX | + | /* TERMINALS |
%token ASPECT EQUAL ARROW COLON PORTSEPARATOR CALLBACKSEPARATOR | %token ASPECT EQUAL ARROW COLON PORTSEPARATOR CALLBACKSEPARATOR | ||
%token LPAR RPAR COMMA COLON EVENTIDENTIFIER | %token LPAR RPAR COMMA COLON EVENTIDENTIFIER | ||
Line 87: | Line 88: | ||
; | ; | ||
- | %%</ | + | %% |
+ | </ |