-
### What version of Go are you using (`go version`)?
$ go version
go version go1.19.3 linux/amd64
### Does this issue reproduce with the latest release?
Yes.
### What operating system…
-
### What version of Go are you using (`go version`)?
```
bash-4.2$ go version
go version go1.12.15 linux/amd64
```
### Does this issue reproduce with the latest release?
Can't tell, se…
-
hi
How build goyacc tool in GO?
i have `goyacc -h` package in my system.
but want install `go tool yacc` on go 1.8
how can do this?
$ make
--------
>go fmt
go test
PASS
ok github…
-
### What version of Go are you using (`go version`)?
$ go version
1.15
### Does this issue reproduce with the latest release?
yes
### What operating system and processor archi…
-
$ make all
bin/goyacc -o parser.go -p yy -t Parser parser.y
character token too long: "identifier": parser.y:55
Please check y.output for more information
make: *** [parser.go] Error 1
Unab…
-
Hi,
did you also think about using: https://github.com/cznic/goyacc ?
Thanks,
-Gerald
-
>go generate
go tool: no such tool "yacc"(https://github.com/cznic/goyacc/issues/23)(not work in go 1.8)
you just use `golex -o lexer.go lexer.l` , `goyacc -o parser.go parser.l`
----------
…
-
### What version of gazelle are you using?
v0.28.0
### What version of rules_go are you using?
v0.37.0
### What version of Bazel are you using?
This issue reproduces wit…
-
### background
Code generated by goyacc has a dependence on package globals that it doesn't need to have.
`yyDebug`, and `yyErrorVerbose` do not specifically need to be globals, and can be variabl…
-
github.com/google/mtail creates part of the parser with goyacc, and that code generator inserts line directives for things that don't really exist because they're internal string constants inside goya…