Skip to content

Commit

Permalink
chore: add todo about issue #21
Browse files Browse the repository at this point in the history
  • Loading branch information
sillydan1 committed Aug 2, 2024
1 parent b46ad68 commit cd45a74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/generic-driver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ namespace expr {
symbol_operator op{};
evaluator e{{}, op};
symbol_table_t result{};
for(auto& r : res.declarations)
for(auto& r : res.declarations) // TODO: https://github.com/sillydan1/expr/issues/21
result[r.first] = e.evaluate(r.second.tree);
return result;
}
Expand Down

0 comments on commit cd45a74

Please sign in to comment.