Skip to content

Commit fbf2ea2

Browse files
author
Arvin Hsu
committed
Add unimplemented Parser::ParseAsExpr()
1 parent 5267c25 commit fbf2ea2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/parser.cc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,11 @@ AstRoot Parser::Parse() {
106106
return ast_;
107107
}
108108

109+
ExprPtr ParseAsExpr() {
110+
// TODO:
111+
return {};
112+
}
113+
109114
namespace {
110115

111116
class ParseError : public std::exception {

0 commit comments

Comments
 (0)