Later on we will combine token sequences into parse trees.
稍后我们会将记号序列组合成解析树。
You write programs in the parse trees that get generated within the compiler when other languages are parsed.
你写程序实际上是在写语法树-而其它语言需要编译器生成这种内部表示。
Treetop generates parse trees automatically but allows the user to customize the generated nodes by adding methods
Treetop会自动生成解析树,而且还允许用户添加方法来定制所生成的节点
应用推荐