Add basic parser for labels and matchers.
Showing
- .gitignore 2 additions, 0 deletions.gitignore
- Gopkg.lock 16 additions, 1 deletionGopkg.lock
- Makefile 18 additions, 6 deletionsMakefile
- build-image/Dockerfile 2 additions, 1 deletionbuild-image/Dockerfile
- pkg/parser/labels.y 63 additions, 0 deletionspkg/parser/labels.y
- pkg/parser/parser.go 96 additions, 0 deletionspkg/parser/parser.go
- pkg/parser/parser_test.go 66 additions, 0 deletionspkg/parser/parser_test.go
- vendor/github.com/pmezard/go-difflib/LICENSE 27 additions, 0 deletionsvendor/github.com/pmezard/go-difflib/LICENSE
- vendor/github.com/pmezard/go-difflib/difflib/difflib.go 772 additions, 0 deletionsvendor/github.com/pmezard/go-difflib/difflib/difflib.go
- vendor/github.com/stretchr/testify/LICENSE 22 additions, 0 deletionsvendor/github.com/stretchr/testify/LICENSE
- vendor/github.com/stretchr/testify/assert/assertion_format.go 349 additions, 0 deletions...or/github.com/stretchr/testify/assert/assertion_format.go
- vendor/github.com/stretchr/testify/assert/assertion_format.go.tmpl 4 additions, 0 deletions...thub.com/stretchr/testify/assert/assertion_format.go.tmpl
- vendor/github.com/stretchr/testify/assert/assertion_forward.go 686 additions, 0 deletions...r/github.com/stretchr/testify/assert/assertion_forward.go
- vendor/github.com/stretchr/testify/assert/assertion_forward.go.tmpl 4 additions, 0 deletions...hub.com/stretchr/testify/assert/assertion_forward.go.tmpl
- vendor/github.com/stretchr/testify/assert/assertions.go 1256 additions, 0 deletionsvendor/github.com/stretchr/testify/assert/assertions.go
- vendor/github.com/stretchr/testify/assert/doc.go 45 additions, 0 deletionsvendor/github.com/stretchr/testify/assert/doc.go
- vendor/github.com/stretchr/testify/assert/errors.go 10 additions, 0 deletionsvendor/github.com/stretchr/testify/assert/errors.go
- vendor/github.com/stretchr/testify/assert/forward_assertions.go 16 additions, 0 deletions.../github.com/stretchr/testify/assert/forward_assertions.go
- vendor/github.com/stretchr/testify/assert/http_assertions.go 127 additions, 0 deletionsvendor/github.com/stretchr/testify/assert/http_assertions.go
- vendor/github.com/stretchr/testify/require/doc.go 28 additions, 0 deletionsvendor/github.com/stretchr/testify/require/doc.go
Loading
Please register or sign in to comment