DescriptionParser: Introduce StatementList + NewStatementList()
Adds new Traits::Type::StatementList definitions both for Parser and
PreParser, and the corresponding NewStatementList() factory function.
This is needed to be able to define in ParserBase parsing functions
that return and manipulate lists of statements.
Moving and renaming PreParser::Statement to PreParserStatement is also
needed so its definition is available earlier for PreParserStatementList
to use it.
R=marja@chromium.org
Committed: https://code.google.com/p/v8/source/detail?r=20965
Patch Set 1 #
Total comments: 4
Patch Set 2 : Added PreParser::Statement typedef #
Messages
Total messages: 14 (0 generated)
|