solidity/libsolidity
Gav Wood a904cafa38 Merge pull request #2473 from chriseth/sol_fix_exponentialNotation
Check whether a literal is a valid literal before using it.
2015-07-14 18:18:38 +02:00
..
Assembly.cpp Copying between memory and memory. 2015-06-15 19:47:44 +02:00
CMakeLists.txt Restructure test folders 2015-04-20 22:48:53 +02:00
GasMeter.cpp Removed redundant std. 2015-05-26 11:31:04 +02:00
SolidityABIJSON.cpp Re-introduce string type. 2015-05-28 16:20:50 +02:00
SolidityEndToEndTest.cpp Fix comparison between bytes types. 2015-07-14 16:40:16 +02:00
solidityExecutionFramework.h Flexible string literals, convertible to bytesX, bytes and string. 2015-07-09 17:10:58 +02:00
SolidityExpressionCompiler.cpp Removed visit functions for abstract AST nodes. 2015-04-27 18:57:13 +02:00
SolidityInterface.cpp Use non-implemented functions for solidity interface output. 2015-04-23 15:00:44 +02:00
SolidityNameAndTypeResolution.cpp Check whether a literal is a valid literal before using it. 2015-07-14 17:43:13 +02:00
SolidityNatspecJSON.cpp Removed (and added) some #ifs (but removed more than I added). 2015-04-21 11:46:11 +02:00
SolidityOptimizer.cpp Optimize RETURN x 0 to STOP. 2015-06-12 11:31:03 +02:00
SolidityParser.cpp Ability to specify the storage location of a reference type. 2015-06-05 14:44:05 +02:00
SolidityScanner.cpp Removed (and added) some #ifs (but removed more than I added). 2015-04-21 11:46:11 +02:00
SolidityTypes.cpp Accessors for strings. 2015-06-17 14:25:00 +02:00
SolidityWallet.cpp Updated wallet code. 2015-07-06 18:06:01 +02:00