Skip to content
Permalink
Browse files
Include < and > in symbols. Fixes #62
  • Loading branch information
richhickey committed Jan 8, 2014
1 parent 247fe74 commit a51127a
Showing 1 changed file with 1 addition and 1 deletion.
@@ -87,7 +87,7 @@ Symbols are used to represent identifiers, and should map to something other tha
possible.

Symbols begin with a non-numeric character and can contain alphanumeric characters and `. * + ! - _ ?
$ % & =`. If `-`, `+` or `.` are the first character, the second character (if any) must be
$ % & = < >`. If `-`, `+` or `.` are the first character, the second character (if any) must be
non-numeric. Additionally, `: #` are allowed as constituent characters in symbols other than as the
first character.

1 comment on commit a51127a

@kanokwanmaneeon
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

README.md #61 #47

Please sign in to comment.