grammar

Differences

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

Link to this comparison view

grammar [2011/01/20 11:18]
hourdin created
grammar [2011/10/11 13: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.1295518736.txt.gz
  • Last modified: 2011/01/20 11:18
  • by hourdin