Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 210 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 210 Bytes

coq-of-go

Translation from Go to Coq

Still in the experimental phase 🧪.

go run main.go go/constant >coq_translation/go/constant.v
go run main.go ./hello_world >coq_translation/hello_world.v