From e5bd00eeadaa84137cbd83bb359ddcc6fad8fbca Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Mon, 19 Jun 2017 20:03:49 -0400 Subject: - Codecs no longer take into account underscore "_" separators for digits.. --- stdlib/source/lux/data/number.lux | 5 ----- 1 file changed, 5 deletions(-) (limited to 'stdlib') diff --git a/stdlib/source/lux/data/number.lux b/stdlib/source/lux/data/number.lux index b14d196bd..e287f4e10 100644 --- a/stdlib/source/lux/data/number.lux +++ b/stdlib/source/lux/data/number.lux @@ -11,10 +11,6 @@ (data ["R" result] [bit]))) -(def: (clean-separators input) - (-> Text Text) - (_lux_proc ["text" "replace-all"] [input "_" ""])) - ## [Structures] (do-template [ ] [(struct: #export _ (Eq ) @@ -764,7 +760,6 @@ (n.<= (n.inc bit;width) length)) (case (|> (_lux_proc ["text" "clip"] [input +1 length]) assume - clean-separators text-to-digits) (#;Some digits) (loop [digits digits -- cgit v1.2.3