Skip to content

Latest commit

 

History

History
32 lines (14 loc) · 651 Bytes

File metadata and controls

32 lines (14 loc) · 651 Bytes

MinipyCompiler


实验目标

设计实现一个交互式的迷你Python程序的解释器。(所以产物实际上是一个命令行解释器)

实验要求

使用 yacc ,lex设计并实现迷你Python解释器。

实现状况如下:

image

具体有关其他描述可以参见PPT文档。


Experimental target

Design and implement an interactive interpreter of mini Python program. (so the product is actually a command line interpreter)

Experimental requirements

Using yacc, Lex designs and implements a mini Python interpreter.