摘要: #include"scanner.h" typedef double(*FuncPtr)(double); //语法树的节点 struct ExprNode //type of syntax tree's node { enum Token_Type OpCode; //PLUS MINUS DIV 阅读全文
posted @ 2018-01-09 23:33 Elpsywk 阅读(1086) 评论(2) 推荐(2) 编辑