Skip to content

Commit

Permalink
Revert "refactor"
Browse files Browse the repository at this point in the history
This reverts commit 055a1d8.
  • Loading branch information
tahadostifam committed Jan 2, 2025
1 parent 3f41d72 commit d0b1230
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions compiler/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,7 @@ impl<'a> Compiler<'a> {
Expression::Infix(binary_expression) => self.compile_infix_expression(binary_expression),
Expression::FunctionCall(function_call) => todo!(),
Expression::UnaryOperator(unary_operator) => self.compile_unary_operator(unary_operator),
Expression::Array(array) => todo!(),
Expression::ArrayIndex(array_index) => todo!()
Expression::Array(array) => todo!()
}
}

Expand Down

0 comments on commit d0b1230

Please sign in to comment.