]> gitweb.factorcode.org Git - factor.git/commit
formatting: revert change to %d, %o, %b, %x for now.
authorJohn Benediktsson <mrjbq7@gmail.com>
Sat, 10 Jun 2017 20:31:26 +0000 (13:31 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Sat, 10 Jun 2017 20:33:01 +0000 (13:33 -0700)
commit0fddbc2af16dec30d7031d146f2a5cabe5ce899e
tree6452fad576bf00c492fb0e8d8420a27bb6e99c88
parentc503659a93682f7a39a6759a124a46c101c451a8
formatting: revert change to %d, %o, %b, %x for now.

We should have a format character in the future to format using our Factor
binary, octal, and hex parser.  Maybe using the "alternate form" format
character like Python does? And if we do that, maybe print the 0b, 0o, 0x
prefixes? TBD.
basis/formatting/formatting-docs.factor
basis/formatting/formatting-tests.factor
basis/formatting/formatting.factor