github.com/jgbaldwinbrown/perf@v0.1.1/benchproc/internal/parse/doc.go (about)

     1  // Copyright 2022 The Go Authors. All rights reserved.
     2  // Use of this source code is governed by a BSD-style
     3  // license that can be found in the LICENSE file.
     4  
     5  // Package parse implements parsers for golang.org/x/perf/benchproc/syntax.
     6  //
     7  // Currently this package is internal to benchproc, but if we ever
     8  // migrate perf.golang.org to this expression syntax, it will be
     9  // valuable to construct database queries from the same grammar.
    10  package parse