Dark Hacker News
new
|
best
|
ask
|
show
|
jobs
Show HN: Python AST explorer | Dark Hacker News
Show HN: Python AST explorer
(python-ast-explorer.com)
5 points
by
maligree
9 years ago
| 4 comments
teaearlgraycold
9 years ago
|
next
[−]
Would be nice to have an option to display the AST as a formatted S-expression IMO.
poseid
9 years ago
|
next
[−]
nice user interface - how do you wrap pyhton's grammar in the browser ?
maligree
9 years ago
|
parent
|
next
[−]
Hey, thanks! There's actually a lot of the stock react-create-app CSS in there.
As for the parsing, it's done on the back-end, front simply fetches an AST every time input changes.
poseid
9 years ago
|
root
|
parent
|
next
[−]
ok, thanks, i was asking since i was playing with simple ASTs myself here
http://embeddednodejs.com/compiler/