Negative FP constants... whodathunkit.

llvm-svn: 963
This commit is contained in:
Chris Lattner 2001-10-23 04:13:01 +00:00
parent 7540328e46
commit adb4dbaef3
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ NInteger -[0-9]+
/* FPConstant - A Floating point constant.
TODO: Expand lexer to support 10e50 FP constant notation */
FPConstant [0-9]+[.][0-9]*
FPConstant -?[0-9]+[.][0-9]*
%%