Skip to content

Commit

Permalink
Todos for loop iterators
Browse files Browse the repository at this point in the history
  • Loading branch information
RoyalIcing committed Jan 6, 2024
1 parent 273185d commit fe7efc9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/loop_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,8 @@ defmodule LoopTest do
defw test, {I32, I32}, i: I32, char: I32, alpha: AlphabetIterator do
alpha = AlphabetIterator.new()

# TODO: allow char local to be defined by the loop, removing the need to explicitly declare it above.
# TODO: loop char <- AlphabetIterator.new() do
loop char <- alpha do
i = i + 1
end
Expand Down

0 comments on commit fe7efc9

Please sign in to comment.