Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion grammars/c/c_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

//go:generate go tool peg -switch -inline c.peg
//go:generate go tool peg -strict -switch -inline c.peg

package c

Expand Down
2 changes: 1 addition & 1 deletion grammars/calculator/calculator_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

//go:generate go tool peg -switch -inline calculator.peg
//go:generate go tool peg -strict -switch -inline calculator.peg

package calculator

Expand Down
2 changes: 1 addition & 1 deletion grammars/calculatorast/calculator_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

//go:generate go tool peg -switch -inline calculator.peg
//go:generate go tool peg -strict -switch -inline calculator.peg

package calculatorast

Expand Down
2 changes: 1 addition & 1 deletion grammars/fexl/fexl_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

//go:generate go tool peg -switch -inline fexl.peg
//go:generate go tool peg -strict -switch -inline fexl.peg

package fexl

Expand Down
2 changes: 1 addition & 1 deletion grammars/java/java_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

//go:generate go tool peg -switch -inline java_1_7.peg
//go:generate go tool peg -strict -switch -inline java_1_7.peg

package java

Expand Down
2 changes: 1 addition & 1 deletion grammars/longtest/long_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

//go:generate go tool peg -switch -inline long.peg
//go:generate go tool peg -strict -switch -inline long.peg

package longtest

Expand Down