Open coatl opened 14 years ago
a float value, such as: 1.23 is converted to this node: LiteralNode[1.23] But, you can't get the original text out of it; internally, the #value is converted to a Float. You should be able to get the string as well.
a float value, such as: 1.23 is converted to this node: LiteralNode[1.23] But, you can't get the original text out of it; internally, the #value is converted to a Float. You should be able to get the string as well.