grammar

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

grammar [2011/01/20 10:18] – created hourdingrammar [2011/10/11 11:21] (current) hourdin
Line 1: Line 1:
-<code>%union {+<code> 
 +%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:
  ;  ;
  
-%%</code>+%% 
 +</code> 
  • grammar.txt
  • Last modified: 2011/10/11 11:21
  • by hourdin