Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update a TODO.
  • Loading branch information
arnsholt committed Nov 29, 2014
1 parent 11580c8 commit 5570b0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Snake/Grammar.nqp
Expand Up @@ -235,7 +235,7 @@ token term:sym<string> { <string> }
token term:sym<integer> { <integer> }
token term:sym<float> { <dec_number> }

# TODO: Disable indent stuff inside enclosures.
# TODO: An empty pair of parens constructs an empty tuple.
token circumfix:sym<( )> { '(' ~ ')' [:my $*WS_NL := 1; <.ws> <expression_list>] }
token circumfix:sym<[ ]> { '[' ~ ']' [:my $*WS_NL := 1; <.ws> <expression_list>] }

Expand Down

0 comments on commit 5570b0b

Please sign in to comment.