lefex / DSA

Data structure + Algorithm
MIT License
72 stars 9 forks source link

Interpreter #28

Open lefex opened 5 years ago

lefex commented 5 years ago

给定一个语言,定义它的文法的一种表示,并定义一个解释器,该解释器使用该表示来解释语言中的句子。