Search code examples
Rewrite a c++ variable declaration code through AST...


c++abstract-syntax-treeclang-ast-matchers

Read More
What do computed and optional mean in a JavaScript MemberExpression AST node?...


javascriptabstract-syntax-tree

Read More
Dart replacing the node in the abstract syntax tree...


dartabstract-syntax-treedart-analyzer

Read More
clang AST for single line multiple variable declaration...


abstract-syntax-treelibclang

Read More
How do I debug an error in `ast.literal_eval`?...


pythonpython-2.7serializationabstract-syntax-tree

Read More
Rust Crates that generates AST from C source file without performing error check...


cparsingrustabstract-syntax-tree

Read More
Replace an expression containing '/' with div function call in Python...


pythonabstract-syntax-tree

Read More
How to print name nested functions?...


pythonfunctionprintingnestedabstract-syntax-tree

Read More
Using python's eval() vs. ast.literal_eval()...


pythonevalabstract-syntax-tree

Read More
Renaming Function Parameters with Babel Without Changing Other Identical Identifiers...


javascriptbabeljsabstract-syntax-treecode-transformation

Read More
using clang's libTooling to rewrite nested ternary expressions...


clangabstract-syntax-treelibtooling

Read More
Anaconda3 or Anaconda 2 install is not functioning due to ast node parsing errors...


pythonabstract-syntax-tree

Read More
Parse a .py file, read the AST, modify it, then write back the modified source code...


pythoncompiler-constructionabstract-syntax-tree

Read More
unexpected behavior with `inspect.getmembers` on @property methods that throw exceptions...


pythonclasspropertiesdecoratorabstract-syntax-tree

Read More
Why would `eval('dict('+s+')')` work but not `literal_eval('dict('+s+')&...


pythonvariablesevalabstract-syntax-tree

Read More
How to modify the signature of a function dynamically...


python-3.xargumentsabstract-syntax-treepython-internals

Read More
AST extraction of parameters from multiple formats RL scripts...


pythonextractabstract-syntax-treereinforcement-learning

Read More
What does `return +/- ` do in python?...


pythonabstract-syntax-treeunary-operator

Read More
What would an AST (abstract syntax tree) for an object-oriented programming language look like?...


javacompiler-constructionprogramming-languagesabstract-syntax-tree

Read More
Why Golang ast.Field can have multiple names?...


goabstract-syntax-tree

Read More
Changing the format of data in Python...


pythonnumpyabstract-syntax-tree

Read More
Pandoc Lua Filter: Is there an 'identity function' example?...


luaabstract-syntax-treepandoc

Read More
Can I reproduce eslint's "prefer-object-spread" rule using ast-grep?...


eslintabstract-syntax-treestatic-analysisautomated-refactoringast-grep

Read More
How to apply ast-grep rewrite rules to a file automatically?...


searchreplacecommand-lineabstract-syntax-treeast-grep

Read More
Get Class Source...


powershellclassabstract-syntax-tree

Read More
changing ** operator to power function using parsing?...


pythonregexpython-2.7abstract-syntax-treepyparsing

Read More
How do I fix subprocess:-exited-with-error whenever I pip install?...


pythonpython-3.xpipabstract-syntax-tree

Read More
Convert ast back to template string in Vue...


vue.jsabstract-syntax-tree

Read More
Is there a standard Swift AST like there is for JavaScript?...


swiftabstract-syntax-tree

Read More
Inserting into parent node (Module body) while using Python AST NodeTransformer triggering infinite ...


pythonabstract-syntax-tree

Read More
BackNext