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

A pure Python ast parser #13

Open
almarklein opened this issue Mar 21, 2018 · 0 comments
Open

A pure Python ast parser #13

almarklein opened this issue Mar 21, 2018 · 0 comments

Comments

@almarklein
Copy link
Member

@almarklein commented on Thu Nov 12 2015

Would help get to #19.

In particular, a parser that generates commonast. My best bet is on using something based off libpy2to3. pyjs has one. There is also a js-based Python parser. Pygments has a good tokenizer, on top of which we could build an ast producer. Also see this discussion: davidhalter/jedi#630


@almarklein commented on Thu Nov 12 2015

This is a task that can very well be picked up by a contributor. You'd not need to know much about Flexx' internals. There are also quite a few tests in place for verifying that the ast generated from certain Python code is correct.


@datnamer commented on Sun Jan 24 2016

have you seen this? https://www.reddit.com/r/Python/comments/42bl46/transcrypt_new_python_to_javascript_transpiler/

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

1 participant