Skip to content

Commit

Permalink
Quickfix for separator token using non-lexical precedence. (#96)
Browse files Browse the repository at this point in the history
The separator node introduced in #94 should use lexical precedence
instead of parse precedence. This is a quick fix to that.
Currently I don't know any issues introduced by this, but this could
potentially create an issue.
  • Loading branch information
CabalCrow committed May 27, 2024
1 parent 552a4a4 commit fae3574
Show file tree
Hide file tree
Showing 3 changed files with 212,044 additions and 212,379 deletions.
2 changes: 1 addition & 1 deletion grammar.js
6 changes: 3 additions & 3 deletions src/grammar.json
424,415 changes: 212,040 additions & 212,375 deletions src/parser.c

0 comments on commit fae3574

Please sign in to comment.