Skip to content

Commit

Permalink
Fixes #4: Replace :alnum: in lexers
Browse files Browse the repository at this point in the history
The :alnum: character class doesn't seem to exist; I was expecting it to
accept alphanumeric characters but it was causing any namespaced
identifiers starting with a colon (':') and then 'a', 'l', 'n', 'u', 'm'
to error. This fixes that bug and keeps the lexer behavior the same.
Woo!
  • Loading branch information
justint committed Jun 15, 2020
1 parent b70f8af commit 48aafd4
Show file tree
Hide file tree
Showing 4 changed files with 1,504 additions and 1,505 deletions.
Loading

0 comments on commit 48aafd4

Please sign in to comment.