syntax-directed 英['sɪntæksdɪr'ektɪd] 美['sɪntæksdɪr'ektɪd] 释义 [计] 语法导引的,面向语法的 实用场景例句 全部 This book is oriented towards so - called syntax - directed methods of compiling. 本书以介绍 所谓 “句法制导的编译方法”作为准则....
as directed照说明,按指示,遵处方 program syntax程序文法 相似单词 syntax directed【计】 语法导引的, 面向语法的 directedadj. 1.定向的,经指导的,有管理的,被控制的 syntaxn.[U] 1.【语言】句法;句法规则 2.【计】句法;语构 other directeda. 受人支配的,缺少自主性的 ...
沪江词库精选syntax-directed translation schema (SDTS)是什么意思、英语单词推荐 句法指导的翻译系统,句法指导的翻译系统 相似短语 syntax directed translation schema (SDTS) 句法指导的翻译系统,句法指导的翻译系统 syntax directed translation schema(SDTS) 面向语法的翻译模式 syntax directed translation schema ...
语法制导翻译(Syntax-Directed Translation)是编译原理中的一种重要技术,它主要用于将源语言代码翻译成目标语言代码。这种翻译过程是完全由语法分析器驱动的,也就是说,语法分析器在解析源语言代码的同时,会根据语法规则生成对应的目标语言代码。 语法制导翻译的基本思想是为上下文无关文法(CFG)中的每个符号设置语义属性,...
syntax-directed recognition 英 [ˈsɪntæks dəˈrektɪd ˌrekəɡˈnɪʃn] 美 [ˈsɪntæks dəˈrektɪd ˌrekəɡˈnɪʃn]【计】面向语法的识别算法 ...
syntax-directed compiler 英 [ˈsɪntæks dəˈrektɪd kəmˈpaɪlə(r)] 美 [ˈsɪntæks dəˈrektɪd kəmˈpaɪlər]网络 语法定向编译器 ...
Chapter 5 Syntax-Directed Translation This chapter develops the theme of Section 2.3: the translation of languages guided by context-free grammars. We associate information with a language construct by attaching attributes to the grammar symbol(s) representing the construct. A syntax-directed definition...
... syntax-directed 【修】语法制导 syntax-directed editor 语法制导编辑程序 syntax-driven compiler n.语法驱动的编译程序 ... chinafanyi.com|基于2个网页 2. 编辑器 初始的动机是给用户一个借于语言的结构来输入程序的交互式工具,即语法制导编辑器(syntax-directed editor)。这种能力后来扩 …xzt.2000y.co...
If we perform DFA on abstract syntax trees (ASTs) in a syntax-directed manner, the divide and conquer of DFA becomes straightforward, owing to the recursive structure of ASTs, but then nonstructural control flow such as goto/label becomes a problem. In order to resolve it, we have developed...
1.Asyntax-directeddefinitionisageneralizationofacontext-freegrammarinwhich:––Eachgrammarsymbolisassociatedwithasetofattributes.Thissetofattributesforagrammarsymbolispartitionedintotwosubsetscalled ••synthesizedandinheritedattributesofthatgrammarsymbol.–Eachproductionruleisassociatedwithasetofsemanticrules.2.Sema...