@@ -61,6 +61,13 @@ public class ByteCodeGenerator implements ASTVisitor {
publicObjectvisit(DeclarationConstantnode){
node.getIdentifier().accept(this);
node.getConstantExpression().accept(this);
intmemoryAddr=varAddrMemory.size();
bytecode+=".var "+memoryAddr+" is "+node.getIdentifier().getNom()+" "+((TDS.getInstance().identifier(newEntree(node.getIdentifier().getNom())).getType()instanceofBooleen)?"Z":"I")+"\n";