LR0分析法编译原理实验.docxVIP

  • 30
  • 0
  • 约1.47万字
  • 约 13页
  • 2018-07-10 发布于上海
  • 举报
代码清单:#include iostream#include cstdio#include algorithm#include cstring#include cctype#include vector#include string#include queue#include map#include sstream#define MAX 507#define DEBUGusing namespace std;class WF{ public: string left,right; int back; int id; WF ( char s1[] , char s2[] , int x , int y ) { left = s1; right = s2; back = x; id = y; } WF ( const string s1 , const string s2 , int x , int y ) { left = s1; right = s2; back = x; id = y; } bool operator ( const WF a ) const { if ( left

文档评论(0)

1亿VIP精品文档

相关文档