abstract-syntax-tree
In eclipse How to access identifiers used in C program using AST
How to access identifiers used in C program using AST. I am new to eclipse plugin development and trying to customize eclipse plug-in to ensure that th开发者_运维知识库e variable name, function name,[详细]
2023-03-28 14:56 分类:问答Resolving overloaded methods with ASTVisitor in Eclipse JDT
I am currently working on an academic project which employs an ASTVisitor to create a basic calltree.[详细]
2023-03-28 02:37 分类:问答Modification of the AST-tree of the GCC compiler
It is needed to gather the necessary information about the translation unit using the plugin for GCC and to modify AST on its base.[详细]
2023-03-26 01:04 分类:问答Abstract Syntax tree vs Object Model
What is the difference between an object model and an Abstract syntax tree? I have a confusion with these terms. What I know about these开发者_运维技巧 are[详细]
2023-03-25 04:36 分类:问答ANTLR: Heterogeneous AST and imaginary tokens
it\'s my first question here :) I\'d like to build an heterogeneous AST with ANTLR for a simple grammar. There are different Interfaces to represent the AST nodes, e. g. IInfiExp, IVariableDecl. ANTL[详细]
2023-03-22 06:08 分类:问答goto statement in antlr?
I would really appreciate if someone could give me advice,or point me to tutorial, or sample implementation, anything that could help me implement basic goto statement in ANTLR?[详细]
2023-03-22 05:11 分类:问答Python: deeply copy ast node tree
I\'m trying to use deepcopy (from the copy m开发者_开发问答odule) to deeply copy a node tree from the ast module.[详细]
2023-03-22 04:11 分类:问答Converting Abstract Syntax Tree to Byte code
I am trying to learn to build a simple compiler as a hobby. I am targeting the Java virtual machine.[详细]
2023-03-21 07:09 分类:问答Which variable stores the root node of a C GENERIC AST in gcc?
I am trying to write a plugin for g开发者_如何学编程cc 4.5 that will perform some analysis on the AST (GENERIC representation) just after parsing is complete. My source language is C and the plugin wi[详细]
2023-03-21 03:40 分类:问答Python AST: several semantics unclear, e.g. expr_context
Is there any more than the ast documentation about the ast module? Esp., I am wondering what expr_context (and all its possible values) exactly means.[详细]
2023-03-20 04:53 分类:问答
加载中,请稍侯......