摘要
由于表达式的类型繁多,不同表达式所包含的运算符和操作符各不相同。本文提出一种通用表达式解析器的设计方法。该方法扩展性好,能实现不同类型的表达式的解析。文章最后使用该方法实现了汇编语言表达式的解析。
Because of expressions of various types, different expressions contain different operators. In this paper a general expression parser design method is proposed. This method has good scalability, and may achieve different types of expression analysis. In the end of paper, assembly language expression analysis is realized by using this method.
出处
《计算机时代》
2012年第2期30-31,共2页
Computer Era
关键词
表达式
解释器
链式调用
汇编表达式
expression
interpreter
chain calling
Assembly expression