CCD is an integrated software tool which is intended to support the coding and debugging for C language. It integrates a hybrid editor,an incremental semantic analyzer,a multi-entry parser,an incremental unpaser and a...
详细信息
CCD is an integrated software tool which is intended to support the coding and debugging for C language. It integrates a hybrid editor,an incremental semantic analyzer,a multi-entry parser,an incremental unpaser and a source-level debugger into a single *** integration is realized by sharing common knowledge,among all the components of the system and by task-oriented comhination of the *** attribute grammar is adopted for specifying the common knowledge about the syntax and semantics of C *** incremental attri bute evaluation is used to implement the semantic analyzer and the unparser to increase system *** keeps the preprocessors and comments most regular to make it practical.
暂无评论