From 7cac2f327cd9ad4c97120ce8377432019ef48445 Mon Sep 17 00:00:00 2001 From: Sven Gestegard Robertz <sven.robertz@cs.lth.se> Date: Fri, 23 Jan 2015 13:43:57 +0100 Subject: [PATCH] updated token numbers in compiler --- compiler/2014/LabCommTokens.jrag | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/compiler/2014/LabCommTokens.jrag b/compiler/2014/LabCommTokens.jrag index 30c1a89..27a52c1 100644 --- a/compiler/2014/LabCommTokens.jrag +++ b/compiler/2014/LabCommTokens.jrag @@ -2,8 +2,9 @@ aspect LabCommTokens { public static final int ASTNode.LABCOMM_VERSION = 0x01; public static final int ASTNode.LABCOMM_SAMPLE_DEF = 0x02; // The flat signature + public static final int ASTNode.LABCOMM_SAMPLE_REF = 0x03; public static final int ASTNode.LABCOMM_TYPE_DEF = 0x03; // and type declarations, hierarchically - public static final int ASTNode.LABCOMM_TYPE_BINDING=0x04; + public static final int ASTNode.LABCOMM_TYPE_BINDING=0x05; public static final int ASTNode.LABCOMM_ARRAY = 0x10; public static final int ASTNode.LABCOMM_STRUCT = 0x11; -- GitLab