aboutsummaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2018-02-16 04:47:02 +0100
committerDimitri Sokolyuk <demon@dim13.org>2018-02-16 04:47:02 +0100
commita460b3a2290d5c5078ddc479be39694487839f1c (patch)
tree3311df143155445181df095b3589a5c990ecc362 /main.go
parentcc95d1ad46b5d05df2582ce76b15b8247475b5bc (diff)
checkin generated code
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index 267c96c..d930058 100644
--- a/main.go
+++ b/main.go
@@ -1,6 +1,6 @@
package main
-//go:generate -command yacc go tool yacc
+//go:generate -command yacc goyacc
//go:generate yacc -o parser.go parser.y
import (