语义分析.zip

时间:2015-08-08 02:11:06
【文件属性】:

文件名称:语义分析.zip

文件大小:284KB

文件格式:ZIP

更新时间:2015-08-08 02:11:06

语义分析 编译原理实验

// 语法分析.cpp : Defines the entry point for the console application. // #include "stdafx.h" extern char * rwtab[]; extern char token[255]; extern int p_input; extern int p_token; extern char ch; extern char input[255]; struct{ char *result; char *ag1; char *op; char *ag2; }quad[20]; int syn=-1; int kk=1; int k=1; int use=0; WORD *oneword=new WORD; void main() { init(); printf("Enter Your words(end with #):\n"); gets(input); p_input=0; printf("Your words:\n%s\n",input); oneword=scaner(); syn=oneword->typenum; lrparser();//断 show();//断 } void error() { printf("出错了!"); } int statement()


【文件预览】:
语义分析
----语义分析.dsp(4KB)
----语义分析.opt(49KB)
----语义分析.cpp(7KB)
----语义分析.dsw(524B)
----语义分析.ncb(49KB)
----语义分析.plg(1KB)
----StdAfx.cpp(444B)
----StdAfx.h(1KB)
----Debug()
--------StdAfx.obj(4KB)
--------语义分析.obj(26KB)
--------vc60.idb(129KB)
--------语义分析.pdb(441KB)
--------语义分析.ilk(183KB)
--------语义分析.pch(228KB)
--------vc60.pdb(60KB)
--------语义分析.exe(176KB)
----ReadMe.txt(1KB)

网友评论

  • 注解不明的源码,,不是我要的文章语句分析
  • 分析的一般般