comparison dmd/lexer.c @ 1228:79758fd2f48a

Added Doxygen file. Completely seperated type and symbol generation. Should fix a lot of bugs, but is not yet 100% complete.
author Tomas Lindquist Olsen <tomas.l.olsen gmail.com>
date Wed, 15 Apr 2009 20:06:25 +0200
parents e961851fb8be
children 8026319762be
comparison
equal deleted inserted replaced
1215:08f87d8cd101 1228:79758fd2f48a
6 // http://www.digitalmars.com 6 // http://www.digitalmars.com
7 // License for redistribution is by either the Artistic License 7 // License for redistribution is by either the Artistic License
8 // in artistic.txt, or the GNU General Public License in gnu.txt. 8 // in artistic.txt, or the GNU General Public License in gnu.txt.
9 // See the included readme.txt for details. 9 // See the included readme.txt for details.
10 10
11 #if IN_LLVM
11 #include <cmath> 12 #include <cmath>
13 #endif
12 14
13 /* Lexical Analyzer */ 15 /* Lexical Analyzer */
14 16
15 #include <stdio.h> 17 #include <stdio.h>
16 #include <string.h> 18 #include <string.h>