oga/spec/oga/xpath
Yorick Peterse ac06670c24 Better conversion of types to numbers.
The XPath number() function should also be capable of converting booleans to
numbers, something it previously was not able to do. In order to do this
reliably we can't rely on the string() function as this would make it impossible
to distinguish between literal string values and booleans. This is due to
true(), which returns a TrueClass, being converted to the string "true". This
string in turn can't be converted to a float.
2014-08-27 23:38:47 +02:00
..
evaluator Better conversion of types to numbers. 2014-08-27 23:38:47 +02:00
lexer Lexing of explicit negative/positive XPath numbers 2014-08-26 20:21:30 +02:00
parser Renamed node_type to type_test. 2014-08-14 22:35:41 +02:00