Add AssemblyContext::parseNumber
authorDavid Neto <dneto@google.com>
Tue, 13 Oct 2015 19:51:12 +0000 (15:51 -0400)
committerDavid Neto <dneto@google.com>
Mon, 26 Oct 2015 16:55:33 +0000 (12:55 -0400)
commit6274120eb9f4c4f53f5d5f6637916eea1da0d5af
treeee36c3498474355ee50d18f1ccd1f0bd00e04f29
parentac508b0d80087582f9c32b54e467f539d5ab04c8
Add AssemblyContext::parseNumber

It parses a text string for a value of a given target type.
source/text_handler.h
test/TextToBinary.cpp