5a6654f07a
- Add a yacc-based parser and a hand-written lexer to read the remote_protocol.x file from libvirt's sources. - Use the new parser to generate the constants used to communicate with libvirt.
5 lines
78 B
Go
5 lines
78 B
Go
package lvgen
|
|
|
|
//go:generate goyacc sunrpc.y
|
|
//go:generate go run gen/main.go
|