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: 4 months ago
JSON representation
Pascal to Go converter (converts a subset of Turbo Pascal 5.5)
- Host: GitHub
- URL: https://github.com/benhoyt/pas2go
- Owner: benhoyt
- License: mit
- Created: 2020-03-21T07:48:14.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-10-06T22:18:15.000Z (over 5 years ago)
- Last Synced: 2025-08-03T21:41:29.851Z (11 months ago)
- Topics: go, pascal, transpiler, turbo-pascal, zzt
- Language: Pascal
- Homepage: https://benhoyt.com/writings/zzt-in-go/
- Size: 1.25 MB
- Stars: 43
- Watchers: 6
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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/)