提交 4ad1ca8a 编写于 作者: chai2010's avatar chai2010

yacc: 命令行参数加引号, 以适配Windows环境

上级 57c5aedf
default:
go run ../../main.go yacc -l -p=expr -c=copyright.txt -o=y.wa expr.y
go run ../../main.go yacc -l -p=expr -c="copyright.txt" -o="y.wa" expr.y
go run ../../main.go y.wa
dev:
go run ../../main.go yacc -l -p=expr -c=copyright.txt -o=y.wa.go expr.y
go run ../../main.go yacc -l -p=expr -c="copyright.txt" -o="y.wa.go" expr.y
go run y.wa.go
clean:
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册