Search code examples
Parse grammar for a member expression...

parsingcompiler-constructionabstract-syntax-tree

Read More
clang-query: Examining name of template parameter of a function argument's type...

c++clangabstract-syntax-treeclang-ast-matchers

Read More
python - ast recognize imported names...

pythonabstract-syntax-tree

Read More
Given an AST, is there a working library for getting the source?...

pythonabstract-syntax-tree

Read More
Antlr4 allocate ParseTree on heap...

c++memory-managementantlr4abstract-syntax-tree

Read More
Is it common to have two semantic analysis phases within compiler construction?...

parsingabstract-syntax-treesemantic-analysis

Read More
Python AST: How to get the children of a node...

pythonabstract-syntax-tree

Read More
Removal of regex terminal from AST returned by lark-parser...

pythongrammarabstract-syntax-treeebnflark-parser

Read More
how to find switch statement from an ast generated from pycparser?...

pythoncregexabstract-syntax-treepycparser

Read More
AST design - is a increment operator a statement or an expression?...

compiler-constructionabstract-syntax-tree

Read More
How to parse individual variables from python code in case of multiple variables assignments?...

pythonpython-3.xvariable-assignmentabstract-syntax-tree

Read More
How to parse python code and only get variables with no indentation?...

pythonpython-3.xvariablesabstract-syntax-tree

Read More
Eliminate left-recursion in unambiguous PEG grammar...

javascriptparsingabstract-syntax-treepegpegjs

Read More
Inspect vs AST argument specification compatbility...

pythonabstract-syntax-tree

Read More
Create a tree using struct and for loops in C...

cstructbinary-treereturn-valueabstract-syntax-tree

Read More
Python: deeply copy ast node tree...

pythoncopyabstract-syntax-treedeep-copy

Read More
Is there a way to limit python's access to storage programmatically?...

pythonpython-3.xdynamicabstract-syntax-treerestriction

Read More
Erlang module's syntax tree with epp:parse_file is not full and erl_parse:parse_form gives an er...

erlangabstract-syntax-tree

Read More
How are the continue/break statements parsed/represented in ASTs?...

parsingcompiler-constructionabstract-syntax-treeinterpreter

Read More
Force Python ast to emit lines no longer than length...

pythonabstract-syntax-treeline-breaks

Read More
Python AST exec "... is not defined" error on recursive function...

pythonabstract-syntax-tree

Read More
How to insert Expr when using VisitMut?...

rustabstract-syntax-tree

Read More
Understanding ctx in Python's ast...

pythonpython-3.xabstract-syntax-treepython-internals

Read More
What happens when you invoke a function that contains yield?...

pythonpython-3.xgeneratorabstract-syntax-treeyield

Read More
Is it possible to get comments as nodes in the AST using the typescript compiler API?...

typescriptabstract-syntax-treestatic-analysistypescript-compiler-api

Read More
Process of scanning, parsing and compiling ABAP sources?...

parsingcompilationabapabstract-syntax-tree

Read More
Get a simple string representation of a struct field’s type...

goabstract-syntax-tree

Read More
Typescript: harvest class, property and method details at Compile Time...

typescriptclassmethodspropertiesabstract-syntax-tree

Read More
Can Antlr ignore some of the keyword?...

javaantlrabstract-syntax-treeantlr3

Read More
Synthesized vs Inherited Attributes...

parsingcompiler-constructionabstract-syntax-treecontext-free-grammarsemantic-analysis

Read More
BackNext