[LLVMbugs] [Bug 15254] New: Clarification for term "AST"
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Wed Feb 13 09:05:57 PST 2013
http://llvm.org/bugs/show_bug.cgi?id=15254
Bug ID: 15254
Summary: Clarification for term "AST"
Product: clang
Version: 3.2
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P
Component: Documentation
Assignee: unassignedclangbugs at nondot.org
Reporter: Markus.Elfring at web.de
CC: llvmbugs at cs.uiuc.edu
Classification: Unclassified
An abbreviation is used as a popular term from software development at various
places.
Examples:
- Internal Design and Implementation
http://clang.llvm.org/features.html#design
- Cross-referencing ...
http://clang.llvm.org/doxygen/group__CINDEX__CURSOR__XREF.html
I would appreciate if this term can be unambiguously described.
A - abstract
S - syntax or semantic
T - tree
Can it be that the data structure which is actually used here is not a
"tree" any more so that it should be generally be called a "graph"?
http://en.wikipedia.org/wiki/Abstract_semantic_graph
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20130213/24e91bd0/attachment.html>
More information about the llvm-bugs
mailing list