This website requires JavaScript.
Explore
Help
Sign In
cerc-io
/
solidity
Watch
11
Star
0
Fork
0
mirror of
https://github.com/ethereum/solidity
synced
2023-10-03 13:03:40 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
Files
565d71748b3b359e705bbf56ced40ccd0b7dea5f
solidity
/
libsolidity
/
parsing
T
History
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