solidity/libsolidity/parsing
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
..
DocStringParser.cpp Store docstrings in AST annotations. 2015-10-26 15:24:36 +01:00
DocStringParser.h Store docstrings in AST annotations. 2015-10-26 15:24:36 +01:00
Parser.cpp Remove log.h from solidity. 2016-04-12 01:03:46 +02:00
Parser.h Parsing for inline assembly. 2016-03-30 02:37:00 +02:00
ParserBase.cpp helper function in scanner and corresponding edits to parserBase 2016-03-30 13:09:38 -05:00
ParserBase.h Buildfix. 2016-02-22 18:12:58 +01:00
Scanner.cpp added const correctness to extract functions in Token 2016-02-18 11:22:58 -06:00
Scanner.h Remove log.h from solidity. 2016-04-12 01:03:46 +02:00
Token.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
Token.h Remove log.h from solidity. 2016-04-12 01:03:46 +02:00