Skip to content
This repository has been archived by the owner on Oct 16, 2022. It is now read-only.

Create Parser Passes to Translate PHP Standard Library and Common Packages to Idiomatic Go #3

Open
stephens2424 opened this issue Aug 3, 2014 · 0 comments
Milestone

Comments

@stephens2424
Copy link
Owner

To do an intermediate transpile, we will need to translate common PHP functions and classes to Go equivalents. This may happen at two levels. The first is to provide functional equivalent implementations of the same functions. These functions would be available to transpiled programs as a package. The second is to provide compiler passes that translate these functions to their idiomatic Go equivalents.

This issue will be closed when the both of these are completed.

@stephens2424 stephens2424 added this to the Go Transpiler milestone Aug 3, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant