Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support to convert/parse go code to Pseudo AST? #18

Open
pombredanne opened this issue Jun 18, 2016 · 2 comments
Open

Add support to convert/parse go code to Pseudo AST? #18

pombredanne opened this issue Jun 18, 2016 · 2 comments

Comments

@pombredanne
Copy link

pombredanne commented Jun 18, 2016

... this would allow for some of porting from Go to Python, etc,...

@alehander92
Copy link
Collaborator

yep, actually that would allow to port/compile some Go code to all supported targets(Python, JS, C#, Ruby etc)

Basically one needs to create a Go->Pseudo compiler, similar to pseudo-python

I am not a huge fan of Go, so that's probably not very high on my priority list, but it's not something complicated (Go is statically typed, so the compiler would be way simpler than pseudo-python which does auto type inference)

@Zireael07
Copy link

bump, go seems easy to parse and is a commonly used language nowadays

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants