Search code examples
OCaml visitor pattern...

functional-programmingocamlabstract-syntax-treevisitor-pattern

Read More
In Java 8 compiler, what is nameexpr field in JCVariableDecl for...

javacompiler-constructionabstract-syntax-tree

Read More
ast nodes not preserving some properties (lineno or/and col_offset)...

python-3.xabstract-syntax-treepython-ast

Read More
How to generating TypeScript code with SWC...

typescriptrustabstract-syntax-treecode-generationswc-compiler

Read More
Parsing nested parentheses in F# using recursive descent...

parsingf#abstract-syntax-treerecursive-descent

Read More
Javascript code to AST representation as we do in babelTypes...

javascriptreactjstypescriptbabeljsabstract-syntax-tree

Read More
eslint rules that prevent using 'some keyword' AST parser...

typescripteslintabstract-syntax-treelinttypescript-eslint

Read More
What exactly does __rust_force_expr do?...

rustmacrosabstract-syntax-tree

Read More
Regex for finding the name of a method containing a string...

regexnode-modulesabstract-syntax-tree

Read More
np.where with arbitrary number of conditions...

pythonarraysnumpyfilterabstract-syntax-tree

Read More
sbcl parse and execute immediately with --script...

parsingcommon-lispabstract-syntax-treesbcl

Read More
ANTLR AST visitor that returns different data types...

javatypesantlrabstract-syntax-tree

Read More
Assignment operator overloading in python Abstract Syntax Trees...

pythonabstract-syntax-tree

Read More
How to get the first function call argument via AST?...

pythonabstract-syntax-tree

Read More
How does clang check redefinitions?...

clangabstract-syntax-treeclang-tidy

Read More
How to convert this tree structure into a JS MemberExpression tree structure?...

javascriptalgorithmtreeabstract-syntax-tree

Read More
What are all the ways you can encounter an EmptyStatement in a JavaScript AST?...

javascriptabstract-syntax-tree

Read More
What is a general approach for transpiling one language to another?...

javascriptalgorithmparsingabstract-syntax-treetranspiler

Read More
How is "scope" or "context" stored and referenced in a compiled program?...

javascriptdata-structuresscopeprogramming-languagesabstract-syntax-tree

Read More
How do you build a left-associative operator tree using PEG.js?...

javascriptgrammarabstract-syntax-treepegpegjs

Read More
Generate all trees of height n with only 3 values and 2 operators...

functional-programmingocamlbinary-treecombinationsabstract-syntax-tree

Read More
Can I handle imports in an Abstract Syntax Tree?...

pythonpython-2.7abstract-syntax-tree

Read More
Generate an AST in C++...

c++algorithmparsingabstract-syntax-treelalr

Read More
How do I use Python AST module to obtain all targets and value for assignment nodes?...

pythonabstract-syntax-tree

Read More
Extract all variables from a string of Python code (regex or AST)...

pythonregexabstract-syntax-tree

Read More
How to leave out unimportant nodes?...

javaantlrantlr4abstract-syntax-tree

Read More
Applying a Typescript refactoring programmatically...

typescriptabstract-syntax-treeautomated-refactoringtypescript-compiler-api

Read More
Extract first p and h1 tag content from markdown...

javascriptnode.jsmarkdownabstract-syntax-tree

Read More
replace variable names with actual values in an expression in AST python...

pythonabstract-syntax-tree

Read More
Multiple assignments via walrus := operator?...

pythonabstract-syntax-treepython-3.8

Read More
BackNext