rulec meaning in Chinese
鲁莱茨
Examples
- Base on above reason , this paper design and realize a c code rule compiler rulec engine . it can inspect the c code as the traditional compiler , besides that , it also include below functions : when this tool discovers the grammar error , it doesn ’ t stop the inspection and go on to inspect the left code ; the rules used in the inspection can increase , delete or amend according to user ’ s request . this tool can be runned on the windows , linux , solaris and other system platforms ; through counting the software complexity of c code , this tool can provide the important target of evaluated c code quality
因此,本文设计了一个c代码规则编译器rulecengine ,它除了实现与传统编译器一样能够检查c代码的功能,还实现了如下的功能:发现c代码语法错以后不停止检查,仍然继续对代码进行规则检查;检查c代码所需的规则可以根据用户的需求随意增加,删除或修改;能够在windows , solaris等系统平台上使用;通过统计c代码的软件复杂度,提供了衡量c代码质量的重要指标。