math.parser: whoops, this part shouldn't have been committed.
parent
cbba812d7e
commit
38bc43b968
|
@ -271,11 +271,7 @@ DEFER: @neg-digit
|
|||
{
|
||||
{ CHAR: - [ [ @neg-digit ] require-next-digit ?neg ] }
|
||||
{ CHAR: + [ [ @pos-digit ] require-next-digit ] }
|
||||
[
|
||||
pick radix>> 10 =
|
||||
[ @pos-first-digit ]
|
||||
[ @pos-digit ] if
|
||||
]
|
||||
[ @pos-digit ]
|
||||
} case ; inline
|
||||
|
||||
PRIVATE>
|
||||
|
|
Loading…
Reference in New Issue