Add go generate directive
At this stage this is just a comment for users. The directive will have
effect at go tip when go CL125580044 is submitted. When that happens, at
tip parser code generation can be acheived in the default case with:
go generate
in the relevant package directory.
This commit is contained in:
parent
89a03bfe8f
commit
5aba71f2e7
2 changed files with 4 additions and 0 deletions
|
|
@ -12,6 +12,8 @@
|
||||||
// See the License for the specific language governing permissions and
|
// See the License for the specific language governing permissions and
|
||||||
// limitations under the License.
|
// limitations under the License.
|
||||||
|
|
||||||
|
//go:generate ragel -Z -G2 parse.rl
|
||||||
|
|
||||||
// Package cquads implements parsing N-Quads like line-based syntax
|
// Package cquads implements parsing N-Quads like line-based syntax
|
||||||
// for RDF datasets.
|
// for RDF datasets.
|
||||||
//
|
//
|
||||||
|
|
|
||||||
|
|
@ -12,6 +12,8 @@
|
||||||
// See the License for the specific language governing permissions and
|
// See the License for the specific language governing permissions and
|
||||||
// limitations under the License.
|
// limitations under the License.
|
||||||
|
|
||||||
|
//go:generate ragel -Z -G2 parse.rl
|
||||||
|
|
||||||
// Package nquads implements parsing the RDF 1.1 N-Quads line-based syntax
|
// Package nquads implements parsing the RDF 1.1 N-Quads line-based syntax
|
||||||
// for RDF datasets.
|
// for RDF datasets.
|
||||||
//
|
//
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue