C 编译原理.docVIP

  • 5
  • 0
  • 约1.15万字
  • 约 13页
  • 2016-11-21 发布于河南
  • 举报
C 编译原理

C 编译原理 1using System; 2using System.IO; 3using System.Text; 4using System.Windows.Forms; 5using System.Collections; 6 7namespace CodeFormatter { 8 /**//// summary 9 /// CodeFormatterFactory 的摘要说明。 10 /// c 代码解析,不支持中文 11 /// /summary 12 public class CodeFormatterFactory { 13 /**//*源代码*/ 14 private string sourceCode = ; 15 16 /**//*C语言所有关键字,共32个*/ 17 ArrayList KeyWordList = new ArrayList(); 18 19 /**//*运算、限界符*/ 20 ArrayList LimitList = new ArrayList(); 21 22 /**//*常量表*/ 23 ArrayList ConstList = new ArrayList(); 24

文档评论(0)

1亿VIP精品文档

相关文档