Skip to content

Commit

Permalink
fix: grammar should parse * and no field words
Browse files Browse the repository at this point in the history
  • Loading branch information
yashmehrotra committed Jan 10, 2025
1 parent fca8807 commit 39bfe47
Show file tree
Hide file tree
Showing 4 changed files with 142 additions and 114 deletions.
2 changes: 1 addition & 1 deletion query/grammar/grammar_parser.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//go:generate go run github.com/mna/[email protected] -o grammer.go grammer.peg
//go:generate go run github.com/mna/[email protected] -o grammer.go grammer.peg
package grammar

import (
Expand Down
Loading

0 comments on commit 39bfe47

Please sign in to comment.