Skip to content
Snippets Groups Projects
Commit 7cac2f32 authored by Sven Gestegård Robertz's avatar Sven Gestegård Robertz
Browse files

updated token numbers in compiler

parent 1c11e3c9
No related branches found
No related tags found
No related merge requests found
...@@ -2,8 +2,9 @@ aspect LabCommTokens { ...@@ -2,8 +2,9 @@ aspect LabCommTokens {
public static final int ASTNode.LABCOMM_VERSION = 0x01; 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_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_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_ARRAY = 0x10;
public static final int ASTNode.LABCOMM_STRUCT = 0x11; public static final int ASTNode.LABCOMM_STRUCT = 0x11;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment