Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 155 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 155 Bytes

简单递归下降语法分析

how to run it on linux

sudo apt install graphviz
sudo pip3 install graphviz
cd recursive_descent
python3 main.py