Skip to content

Commit

Permalink
Added TODO comment in compiler.cc.
Browse files Browse the repository at this point in the history
Merge pull request #146 from ax-6/main
  • Loading branch information
ax-6 authored Dec 8, 2024
2 parents 582828b + 7851261 commit 83480ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions prototype/compiler.cc
Original file line number Diff line number Diff line change
Expand Up @@ -3436,6 +3436,7 @@ size_t BytecodeGenerator::HandleExpr(ExprNode* expr, size_t& size) {
}
}
size_t BytecodeGenerator::HandleUnaryExpr(UnaryNode* expr, size_t& size) {
// TODO(BytecodeGenerator::HandleUnaryExpr): Complete the function.
switch (expr->GetOperator()) {
case UnaryNode::Operator::kPostInc:
break;
Expand Down

0 comments on commit 83480ce

Please sign in to comment.