dafny-lang / libraries

Libraries useful for Dafny programs
Other
43 stars 25 forks source link

Request: basic file I/O support for Golang #79

Open alex-chew opened 1 year ago

alex-chew commented 1 year ago

This was cut out of scope from #60 because of the blocking issues https://github.com/dafny-lang/dafny/issues/2989 (which prevents declaring {:extern} methods returning string) and https://github.com/dafny-lang/dafny/issues/2045 (which leaves Golang incompatible with the one-{:extern}-fits-all approach).