gotopy:转到Python转换器 将Go代码转换为Python代码 源码
转到 GoToPy是Go to Python转换器-将Go代码转换为Python代码。 它基于Go gofmt命令源代码和go printer程序包,该程序包解析Go文件并根据标准go格式将其写出。 我们已经修改了pyprint包中的printer代码,以代替打印出Python代码。 -gopy标志生成特定于Python代码,包括: nil -> go.nil []string{...} -> go.Slice_string([...])等等,用于int,float64,float32 -gogi标志生成特定于Python代码,包括: struct标记为pygiv.ClassVi
文件列表
gotopy-master.zip
(预估有个18文件)
gotopy-master
diff
diff.go
1KB
gotopy_test.go
4KB
testdata
ra25.input
52KB
ra25.py
54KB
basic.input
846B
ra25.golden
59KB
basic.golden
1KB
暂无评论