摘要: (a) an if-then-else (b) a while loop (c) a natural loop with two exits, e.g. while with an if...break in the middle; non-structured but reducible (d) an irreducible CFG: a loop with two entry points,... 阅读全文
posted @ 2017-11-28 17:14 max_xbw 阅读(823) 评论(0) 推荐(0) 编辑
摘要: 抽象语法树:AbstractSyntaxTrees 定义(wiki): 在计算机科学中,抽象语法树(abstract syntax tree或者缩写为AST),或者语法树(syntax tree),是源代码的抽象语法结构的树状表现形式,这里特指编程语言的源代码。树上的每个节点都表示源代码中的一种结构 阅读全文
posted @ 2017-11-28 13:13 max_xbw 阅读(732) 评论(0) 推荐(0) 编辑