Add lexgen in go tool section of go.mod
go.mod
go.mod
This patch was likely rebased, as context lines do not match.
go.sum
go.sum
This file has not been changed.
History
2 rounds
3 comments
julien.rbrt.fr
submitted
#1
1 commit
expand
collapse
62e06012
build: add lexgen as go tool
expand 3 comments
huh meant to close that PR, not merge it. oops.
ah ok! that would explain why I had trouble getting the same generated files in my other PR. Gotcha!
pull request successfully merged
julien.rbrt.fr
submitted
#0
TIL the
toolsection on go mod files! unfortunately we do not use lexgen from upstream indigo, we use a fork that i maintain here: https://github.com/oppiliappan/indigo which produces slightly different codegen. we also do not recommend using lexgen as-is, but rather the flake appnix run .#lexgen, which has some nice conveniences.i'd prefer if devtooling were provisioned my nix and not go.mod.