]> gitweb.factorcode.org Git - factor.git/commit
math.parser: support >bin and >oct for floats
authorJon Harper <jon.harper87@gmail.com>
Wed, 24 Jun 2015 21:14:24 +0000 (23:14 +0200)
committerJohn Benediktsson <mrjbq7@gmail.com>
Thu, 30 Jul 2015 18:04:51 +0000 (11:04 -0700)
commit8d827b27725dd08830de3208abc386e426bf47d7
tree319ae6817c19130e14222c553c1906a61bf147c5
parent4d8cb81cabbdd2fab8e5c8b7dd91235528bc2160
math.parser: support >bin and >oct for floats

This is for symmetry with "0o1p0", "0b1p0", bin> and hex> which
all already work
core/math/parser/parser-tests.factor
core/math/parser/parser.factor