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 #54

Closed
almarklein opened this issue Nov 12, 2015 · 3 comments
Closed

A pure Python ast parser #54

almarklein opened this issue Nov 12, 2015 · 3 comments

Comments

@almarklein
Copy link
Member

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
Copy link
Member Author

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
Copy link

@almarklein
Copy link
Member Author

Issue moved to flexxui/pscript #13 via ZenHub

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

No branches or pull requests

2 participants