comparison dmd/Lexer.d @ 73:ef02e2e203c2

Updating to dmd2.033
author korDen
date Sat, 28 Aug 2010 19:42:41 +0400
parents b7d29f613539
children 43073c7c7769
comparison
equal deleted inserted replaced
72:2e2a5c3f943a 73:ef02e2e203c2
496 Token.tochars[TOK.TOKorass] = "|="; 496 Token.tochars[TOK.TOKorass] = "|=";
497 Token.tochars[TOK.TOKidentifier] = "identifier"; 497 Token.tochars[TOK.TOKidentifier] = "identifier";
498 Token.tochars[TOK.TOKat] = "@"; 498 Token.tochars[TOK.TOKat] = "@";
499 499
500 // For debugging 500 // For debugging
501 Token.tochars[TOKerror] = "error";
501 Token.tochars[TOK.TOKdotexp] = "dotexp"; 502 Token.tochars[TOK.TOKdotexp] = "dotexp";
502 Token.tochars[TOK.TOKdotti] = "dotti"; 503 Token.tochars[TOK.TOKdotti] = "dotti";
503 Token.tochars[TOK.TOKdotvar] = "dotvar"; 504 Token.tochars[TOK.TOKdotvar] = "dotvar";
504 Token.tochars[TOK.TOKdottype] = "dottype"; 505 Token.tochars[TOK.TOKdottype] = "dottype";
505 Token.tochars[TOK.TOKsymoff] = "symoff"; 506 Token.tochars[TOK.TOKsymoff] = "symoff";