マイクロソフト用語集

日本マイクロソフト株式会社

abstract syntax tree

調べた例文を記録して、効率よく覚えましょう
Weblio会員無料で登録できます
履歴機能 過去に調べた単語を確認できる
語彙力診断 診断回数が4回に増加
マイ単語帳 便利な学習機能付き
マイ例文帳 文章で意味を理解できる

日英・英日専門用語辞書

日中韓辭典研究所

abstract syntax tree

ウィキペディア英語版

出典:Wikipedia

Abstract syntax tree

出典:『Wikipedia』 (2011/06/23 13:57 UTC 版)

英語による解説

ウィキペディア英語版からの引用
引用

In computer science, an abstract syntax tree (AST), or just syntax tree, is a tree representation of the abstract syntactic structure of source code written in a programming language. Each node of the tree denotes a construct occurring in the source code. The syntax is 'abstract' in the sense that it does not represent every detail that appears in the real syntax. For instance, grouping parentheses are implicit in the tree structure, and a syntactic construct such as an if-condition-then expression may be denoted by a single node with two branches.

Abstract syntax treeのページの著作権