Introduction - If you have any usage issues, please Google them yourself
The program can transform simple arithmetic expressions into:
(1) suffix form
(2) generate code for the abstract stack machine described in the book
(3) arithmetic expression of constant, output result
Packet : 73462668expression.rar filelist
实验一\compiler.c
实验一\symbol.cpp
实验一