Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
sogaiu committed Mar 16, 2021
1 parent 2754c56 commit 95c7959
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions grammar.js
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,9 @@ const UNICODE =
// XXX: not quite sure what this is supposed to be...
// return Character.valueOf(token.charAt(0)); -- LispReader.java
// java char is 16 bits...what can tree-sitter manage?
//
// XXX: null is supposed to be usable but putting \x00 below
// does not seem to work
const ANY_CHAR =
/.|\n/;

Expand Down

0 comments on commit 95c7959

Please sign in to comment.