solidity/test/libsolidity
RJ Catalano 93295ae8f8 got exponents up and working with their inverse, changed a few of the tests....something is working that likely shouldn't be
slight changes to how to flip the rational negative around...still trying to figure it out

tests added

updated tests

odd differences in trying soltest from solc binary, let me know if you can replicate

test not working for odd reason

fixed test problem with fixed literals...still need a way to log this error

broken up the tests, added some, changed some things in types and began compiler work

moar tests and prepping for rebuilding much of the types.cpp file

further fixing

infinite loop still happening but it's somewhere in the fixedPoint methodd

fractional bits needed algo improved! Eliminated 2 errors

Corrected problems with the previous commit. No infinite loops. Actually appear to have corrected an error
2016-05-09 11:41:02 -05:00
..
Assembly.cpp Remove log.h from solidity. 2016-04-12 01:03:46 +02:00
CMakeLists.txt Move Solidity tests. 2015-08-19 21:54:09 +02:00
GasMeter.cpp Remove code duplication in source references formatter. 2016-04-01 00:54:12 +02:00
Imports.cpp Tests for library name clashes. 2016-01-14 11:36:11 +01:00
InlineAssembly.cpp Remove log.h from solidity. 2016-04-12 01:03:46 +02:00
SolidityABIJSON.cpp File reorganisation. 2015-10-21 00:46:01 +02:00
SolidityEndToEndTest.cpp initial work for fixed types...potentially needing a constant literal type for this 2016-05-09 11:41:02 -05:00
solidityExecutionFramework.h Explicitly init seal engine. 2016-04-15 20:16:07 +02:00
SolidityExpressionCompiler.cpp Remove log.h from solidity. 2016-04-12 01:03:46 +02:00
SolidityInterface.cpp File reorganisation. 2015-10-21 00:46:01 +02:00
SolidityNameAndTypeResolution.cpp got exponents up and working with their inverse, changed a few of the tests....something is working that likely shouldn't be 2016-05-09 11:41:02 -05:00
SolidityNatspecJSON.cpp Store docstrings in AST annotations. 2015-10-26 15:24:36 +01:00
SolidityOptimizer.cpp enable solidity test 2016-04-04 15:18:24 +04:00
SolidityParser.cpp initial work for fixed types...potentially needing a constant literal type for this 2016-05-09 11:41:02 -05:00
SolidityScanner.cpp File reorganisation. 2015-10-21 00:46:01 +02:00
SolidityTypes.cpp tests added and changes made 2016-02-18 11:22:56 -06:00