My favorites
▼
|
Sign in
parsekit
Parsing and Tokenizing toolkit for Cocoa
Project Home
Wiki
Issues
Source
READ-ONLY: This project has been
archived
. For more information see
this post
.
Search
Search within:
All issues
Open issues
New issues
Issues to verify
for
Advanced search
Search tips
Subscriptions
Issue
1
attachment: PKParserFactory.m.patch
(765 bytes)
1
2
3
4
5
6
7
8
9
10
11
--- trunk/src/PKParserFactory.m
+++ trunk/src/PKParserFactory.m
@@ -314,7 +314,7 @@
t.numberState.allowsScientificNotation = [self boolForTokenForKey:@"@allowsScientificNotation"];
t.numberState.allowsOctalNotation = [self boolForTokenForKey:@"@allowsOctalNotation"];
t.numberState.allowsHexadecimalNotation = [self boolForTokenForKey:@"@allowsHexadecimalNotation"];
- t.numberState.allowsFloatingPoint = [self boolForTokenForKey:@"allowsFloatingPoint"];
+ t.numberState.allowsFloatingPoint = [self boolForTokenForKey:@"@allowsFloatingPoint"];
[self setTokenizerState:t.wordState onTokenizer:t forTokensForKey:@"@wordState"];
[self setTokenizerState:t.numberState onTokenizer:t forTokensForKey:@"@numberState"];
Powered by
Google Project Hosting