Update Grammar and Add support for callsites
[deliverable/tracecompass.git] / org.eclipse.linuxtools.ctf.parser / Grammar / CTFLexer.g
index 22acde6727bee27d90d88706c92cc00a22cde059..3ccf81ca821b6833804235f4fcb9d6c663d4982f 100644 (file)
@@ -42,6 +42,11 @@ COMPLEXTOK       : '_Complex' ;
 IMAGINARYTOK     : '_Imaginary' ;
 ENVTOK           : 'env' ;
 CLOCKTOK         : 'clock' ;
+/*
+ * Callsite tokens (v1.9)
+ */
+CALLSITETOK      : 'callsite' ;
+
 
 /*
  * Spec still to come.
This page took 0.024327 seconds and 5 git commands to generate.