Scan scalars for built in types

Constants

Taken from yaml.org/type/float.html Base 60, [-+]inf and NaN are handled separately

Taken from yaml.org/type/int.html and modified to ensure at least one numerical symbol exists

Same as above, but allows commas. Not to YML spec, but kept for backwards compatibility

Attributes
No documentation available
Class Methods

Create a new scanner

Instance Methods

Parse and return an int from string

Parse and return a Time from string

Tokenize string returning the Ruby object