solidity/libsolidity/parsing
RJ Catalano 9b67969fd6 further optimization, splitting function into pieces
generating strings on the fly, changed name, and added two tests
2016-02-18 11:23:00 -06: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 added two functions in Token to handle long identifiers, redid fromIdentifierOrKeyword, and made complementary changes in scanner and parser 2016-02-18 11:22:58 -06:00
Parser.h Use paths instead of simple identifiers wherever possible. 2015-12-21 18:44:21 +01:00
Scanner.cpp added const correctness to extract functions in Token 2016-02-18 11:22:58 -06:00
Scanner.h added two functions in Token to handle long identifiers, redid fromIdentifierOrKeyword, and made complementary changes in scanner and parser 2016-02-18 11:22:58 -06:00
Token.cpp further optimization, splitting function into pieces 2016-02-18 11:23:00 -06:00
Token.h further optimization, splitting function into pieces 2016-02-18 11:23:00 -06:00