资源简介
Duke University graduate student, Chinese, this is one of my project in compile course. 本人编译原理课的代码
代码片段和文件信息
‘‘‘
Created on 1511-9-6
@author: Jenny
‘‘‘
def foo():
“this is a document“
return
#save the reserved words
reservedWord = [‘If‘ ‘Else‘ ‘Then‘ ‘End‘ ‘Program‘ ‘Declare‘ ‘Real‘ ‘Integer‘
‘Procedure‘ ‘Value‘ ‘Reference‘ ‘Main‘ ‘Input‘ ‘Output‘ ‘Call‘ ‘Do‘ ‘Until‘]
codeDict = {‘If‘:1 ‘Else‘:2 ‘Then‘:3 ‘End‘:4 ‘Program‘:5 ‘Declare‘:6 ‘Real‘:7 ‘Integer‘:8
‘Procedure‘:9 ‘Value‘:10 ‘Reference‘:11 ‘Main‘:12 ‘Input‘:13 ‘Output‘:14
‘Call‘:30 ‘Do‘:16 ‘Until‘:17 ‘Identifier‘:18 ‘IntegerNum‘:19 ‘RealNum‘:15 ‘Strings‘:21
‘;‘:22 ‘=‘:23 ‘‘:24 ‘[‘:25 ‘]‘:26 ‘(‘:27 ‘)‘:28 ‘<‘:29 ‘>‘:30 ‘!‘:31 ‘:‘:31 ‘+‘:32 ‘-‘:33 ‘*‘:34 ‘/‘:36 ‘{‘:37 ‘}‘:38
‘==‘:39 ‘!=‘:15 ‘<=‘:41 ‘>=‘:42 ‘<-‘:43 ‘||‘:44 ‘&&‘:45 ‘::‘:46 }
stringasc1 = set([‘;‘ ‘=‘ ‘‘ ‘[‘ ‘]‘ ‘(‘ ‘)‘ ‘<‘ ‘>‘ ‘!‘ ‘:‘ ‘-‘ ‘*‘ ‘/‘ ‘{‘ ‘}‘ ‘+‘ ‘=‘ ‘|‘ ‘&‘ ‘:‘])
flags = {‘0‘:‘-‘
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 5809 2011-10-20 04:42 Analyser.py
文件 4544 2011-10-07 06:14 grammarout.txt
文件 7395 2011-10-07 12:28 Matrix.txt
文件 571 2011-10-07 07:31 Parser Test Data Error.txt
文件 1637 2011-10-07 07:30 Parser Test Data.txt
文件 8407 2011-10-24 01:27 parser.py
文件 21523 2011-10-06 09:33 precedence.txt
文件 2790 2011-10-06 13:00 ProductionArray.txt
文件 1443 2011-10-24 01:54 wpfile.txt
相关资源
- 百万邮件系统多机版.rar
- learnopengl-cn-2018年5月更新.pdf
- zw_学习OpenCV(中文版).zip
- 1-300.pdf
- pyqt5windows生成二维工具源码
- KNN疾病预测算法Demo
- ABAQUS单元失效浅析(单元删除
- Jtopo+json格式数据代码
- 解多目标规划的单纯形代码
- TerraVolVoxelTerrainEngine2.1c.7z
- VA_X_Setup2118.rar
- CHS_Ha_PasswarekitEnterprise10.0.exe
- 无线通信AndreaGoldsmith杨鸿文等译.rar
- 迅捷PDF转换器破解版.rar
- 迅捷PDF编辑器破解版.rar
- 金字塔原理1清晰扫描版.pdf
- TeamViewer_11已激活+破解版+随意换ID.z
- FieldtheoryofGuidedwavesCollin__2nd.pdf
- 先进电气驱动的分析建模与控制[比
- IPC-J-STD033潮湿、回流焊敏感表面贴装
- 网络是怎样连接的_户根勤.pdf
- tesseract最新最全资料.rar
- 大话数据结构.epub
- iBATIS实战.pdf
- zw_new_smile-7110337-ImageAnimationTest.zip
- zw_jhn199388-9911706-基于51单片机都_自动
- zw_fan7983377-9600053-RecyclerViewDemo.zip
- zw_CHINA__.zip
- 我的第一本算法书+算法图解.zip
- 数学物理方法_德顾樵编著_2012.01_545页
评论
共有 条评论