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

Transpiler improvements #3

Open
mistasse opened this issue Nov 10, 2019 · 0 comments
Open

Transpiler improvements #3

mistasse opened this issue Nov 10, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@mistasse
Copy link
Member

For now, the transpiling process is a really simple one. Several enhancements could be performed, but I would like to focus on the important ones first. So here is a list of the ones I have in mind. I will eventually add what

  • the transpiler just doesn't do anything for mapping OOP features.
  • the transpiler doesn't do much about python specificities (dict.items(), range(), ...). They are complicated to integrate. Can redbaron provide inspiration for pattern matching and transpilation ?
  • the python code to be transpiled is not really python code. Do something about it ?
@mistasse mistasse added the enhancement New feature or request label Nov 10, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant