Skip to content

Commit

Permalink
Remove hash (#) as a valid symbol in infix operators
Browse files Browse the repository at this point in the history
  • Loading branch information
evancz committed Dec 19, 2016
1 parent 01c9e2c commit 8ff0aee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AST/Helpers.hs
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ isSymbol c =

validSymbols :: Set.Set Char
validSymbols =
Set.fromList "+-/*=.<>:&|^?%#~!"
Set.fromList "+-/*=.<>:&|^?%~!"

0 comments on commit 8ff0aee

Please sign in to comment.