format* renamed to interpolate, sprintf* renamed to formatting, moved into their...
commit2030d697bfdbb49860614b701e55e28bbcaa69dc
authorBrian T. Rice <briantrice@gmail.com>
Mon, 21 Feb 2011 19:50:01 +0000 (21 11:50 -0800)
committerBrian T. Rice <briantrice@gmail.com>
Mon, 21 Feb 2011 22:23:15 +0000 (21 14:23 -0800)
treea5a9fad8675175f6afd3686c031978f2dfbf97c9
parent04a47d35a6e82f57b4f423e66ba5927d096dabe0
format* renamed to interpolate, sprintf* renamed to formatting, moved into their own library (eventually for dynamic compilation engines).
Added %b for binary.
Added <,=,> for alignment modifiers.
src/core/string.slate
src/lib/format.slate [new file with mode: 0644]