Skip to content

Commit

Permalink
Merge pull request #8 from lufia/disable-line
Browse files Browse the repository at this point in the history
add goyacc -l option
  • Loading branch information
lufia authored Jun 30, 2024
2 parents 6e7b214 + b7bfa0d commit 516b2ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 33 deletions.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package main

//go:generate goyacc gram.y
//go:generate goyacc -l gram.y

import (
"bufio"
Expand Down
33 changes: 1 addition & 32 deletions y.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 516b2ed

Please sign in to comment.