refactor(license): use goyacc for license parser (#3824)

This commit is contained in:
Teppei Fukuda
2023-03-14 09:27:17 +02:00
committed by GitHub
parent 00c763bc10
commit 2bb25e766b
22 changed files with 1493 additions and 705 deletions

View File

@@ -0,0 +1,2 @@
//go:generate goyacc -o parser_gen.go parser.go.y
package expression