solidity/libsolidity/parsing
a3d4 4ec4d23886 Replaced ParserBase::position() and ParserBase::endPosition() with ParserBase::currentLocation().
It might be simpler to pass `SourceLocation` object instead of splitting it into `start` and `end`, and creating another SourceLocation object using the same `start` and `end` later.
2020-02-06 03:34:49 +01:00
..
DocStringParser.cpp C++ namespace cleanup (except tests). 2020-01-07 15:51:50 +01:00
DocStringParser.h C++ namespace cleanup (except tests). 2020-01-07 15:51:50 +01:00
Parser.cpp Replaced ParserBase::position() and ParserBase::endPosition() with ParserBase::currentLocation(). 2020-02-06 03:34:49 +01:00
Parser.h Introduce AST node for structured documentation. 2020-01-30 18:25:56 +01:00
Token.h C++ namespace cleanup (except tests). 2020-01-07 15:51:50 +01:00