Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/benhoyt/pas2go

Pascal to Go converter (converts a subset of Turbo Pascal 5.5)
https://github.com/benhoyt/pas2go

go pascal transpiler turbo-pascal zzt

Last synced: 11 days ago
JSON representation

Pascal to Go converter (converts a subset of Turbo Pascal 5.5)

Awesome Lists containing this project

README

        

# pas2go

`pas2go` is a converter (or "transpiler") that tries to convert Pascal source code to Go. It only works on the subset of Turbo Pascal 5.5 used in Adrian Siekierka’s [reconstruction of ZZT](https://github.com/asiekierka/reconstruction-of-zzt/), as I created it specifically to port ZZT to Go. See also the [zztgo repository](https://github.com/benhoyt/zztgo).

[**Read the full story here**.](https://benhoyt.com/writings/zzt-in-go/)