comparison dmd/lexer.h @ 717:a26b0c5d5942

Merged DMD 1.036. Improved comments a little in the runtime source code.
author Tomas Lindquist Olsen <tomas.l.olsen@gmail.com>
date Wed, 22 Oct 2008 17:06:17 +0200
parents eef8ac26c66c
children 226c07c71967
comparison
equal deleted inserted replaced
716:b654bb98d31d 717:a26b0c5d5942
275 static Identifier *idPool(const char *s); 275 static Identifier *idPool(const char *s);
276 static Identifier *uniqueId(const char *s); 276 static Identifier *uniqueId(const char *s);
277 static Identifier *uniqueId(const char *s, int num); 277 static Identifier *uniqueId(const char *s, int num);
278 278
279 TOK nextToken(); 279 TOK nextToken();
280 TOK peekNext();
280 void scan(Token *t); 281 void scan(Token *t);
281 Token *peek(Token *t); 282 Token *peek(Token *t);
282 Token *peekPastParen(Token *t); 283 Token *peekPastParen(Token *t);
283 unsigned escapeSequence(); 284 unsigned escapeSequence();
284 TOK wysiwygStringConstant(Token *t, int tc); 285 TOK wysiwygStringConstant(Token *t, int tc);