Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/benhoyt/pas2go
- Owner: benhoyt
- License: mit
- Created: 2020-03-21T07:48:14.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-06T22:18:15.000Z (about 4 years ago)
- Last Synced: 2024-10-15T23:54:54.178Z (23 days ago)
- Topics: go, pascal, transpiler, turbo-pascal, zzt
- Language: Pascal
- Homepage: https://benhoyt.com/writings/zzt-in-go/
- Size: 1.25 MB
- Stars: 42
- Watchers: 7
- 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/)