Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in abstract-syntax-tree

Python library for parsing code of any language into an AST? [closed]

Postorder traversal on a ast.nodevisitor in Python

Whitespace in Treetop grammar

Adding visit function to AST visitor prevents other methods from firing

How to intercept a variable in a function from another function

ast.literal_eval for variables in python?

Parsing java code and adding methods with AST (JDT Eclipse)

Serialize AST in parsable format

Optional rewrite rule for AST in ANTLR

How to retrieve a Control Flow Graph for python code?

How to get ANTLR to output hierarchical ASTs?

Are there any actively maintained tools that can transform C++ code to xml?

Is possible to use F# pattern matching as a solver/library for another language or DSL?

Get Class Source

JAVA Tree parser for ANTLR

LibCST: Converting arbitrary nodes to code