AST:抽象语法树

在计算机科学领域,“Abstract Syntax Tree”这一专业术语常被简化为首字母缩写“AST”,以便在学术讨论、技术文档及编程实践中更高效地书写和使用。其标准中文译名为“抽象语法树”。AST作为源代码语法结构的树状表示,在编译原理、程序分析及代码转换等场景中具有广泛应用。

Abstract Syntax Tree具体释义

  • 英文缩写:AST
  • 英语全称:Abstract Syntax Tree
  • 中文意思:抽象语法树
  • 中文拼音:chōu xiàng yǔ fǎ shù
  • 相关领域ast 常用

Abstract Syntax Tree的英文发音

例句

  1. Here other techniques such as compiling an abstract syntax tree and resolving variables in closures are discussed.
  2. 在这里,对其它技术(如:编译一个抽象语法树(AST)和解析闭包中的变量)也进行了讨论。
  3. This time, you will fetch all of the import statements in the abstract syntax tree.
  4. 这一次,您可以读取抽象语法树(AST)中的所有导入声明了。
  5. You define a language by defining the structure of its abstract syntax tree, its abstract grammar.
  6. 定义语言就是定义它的抽象句法树,它的抽象文法。
  7. An abstract syntax tree is an expression represented as a collection of objects.
  8. 抽象语法树(AST)是一个表示为对象集合的表达式。
  9. This pattern is often reapplied several times through a rule as you dig down through an abstract syntax tree.
  10. 在您沿着抽象语法树(AST)深入时,该模式通常会通过一条规则重复应用几次。