Skip to content

Commit

Permalink
add shebang token
Browse files Browse the repository at this point in the history
  • Loading branch information
AvicennaJr committed Oct 30, 2024
1 parent e9c3aec commit 13a0722
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions token/token.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ const (
ASTERISK_ASSIGN = "*="
SLASH_ASSIGN = "/="
MODULUS_ASSIGN = "%="
SHEBANG = "#!"

//Delimiters
COMMA = ","
Expand Down

0 comments on commit 13a0722

Please sign in to comment.