Port str to-decimal to into decimal command. (#408)

* Port str to-decimal to into decimal command. Add also a Value::test_float function for tests only

* Add support for handling integers into decimals and fix issues with error span
This commit is contained in:
onthebridgetonowhere
2021-12-03 03:01:19 +01:00
committed by GitHub
parent bf82417d52
commit 349e83abd0
4 changed files with 177 additions and 0 deletions

View File

@ -81,6 +81,7 @@ pub fn create_default_context() -> EngineState {
If,
Into,
IntoBinary,
IntoDecimal,
IntoFilesize,
IntoInt,
IntoString,