Skip to content

Commit 485c503

Browse files
committed
docs: Add comment
1 parent 0a1ef19 commit 485c503

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/spitfire.ex

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1670,6 +1670,9 @@ defmodule Spitfire do
16701670
else
16711671
{left, parser} = prefix.(parser)
16721672

1673+
# TODO should we add ; here?
1674+
# TODO is anything needed? Removing all tokens does not break any tests
1675+
terminals = [:eol, :eof, :"}", :")", :"]", :">>"]
16731676
terminals = [:eol, :eof, :"}", :")", :"]", :">>"]
16741677

16751678
{parser, is_valid} = validate_peek(parser, current_token_type(parser))

0 commit comments

Comments
 (0)