Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use regex to avoid creating a leaf for the backquote (and other similar symbols) #66

Merged
merged 2 commits into from
Dec 14, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions interface/src/grammar.json
4 changes: 0 additions & 4 deletions interface/src/node-types.json
908,637 changes: 566,986 additions & 341,651 deletions interface/src/parser.c
8 changes: 4 additions & 4 deletions ocaml/grammar.js
8 changes: 4 additions & 4 deletions ocaml/src/grammar.json
4 changes: 0 additions & 4 deletions ocaml/src/node-types.json
998,094 changes: 611,432 additions & 386,662 deletions ocaml/src/parser.c