文件名称:SimpleLISP
介绍说明--下载内容均来自于网络,请自行研究使用
一个简单的LISP算术表达式计算器。
简单LISP算术表达式定义如下:
(1)一个0....9的整数
(2)(运算符 表达式 表达式)
例如,6,(+45),(+(+25)8)都是表达式,其值分别为6,9,15.-LISP a simple arithmetic expression calculator. LISP simple arithmetic expressions are defined as follows: (1) a 0 .... 9 integer (2) (expression operator expression) for example, 6, (+ 45), (+ (+ 25) 8 ) are expressions, and its value, respectively 6,9,15.
简单LISP算术表达式定义如下:
(1)一个0....9的整数
(2)(运算符 表达式 表达式)
例如,6,(+45),(+(+25)8)都是表达式,其值分别为6,9,15.-LISP a simple arithmetic expression calculator. LISP simple arithmetic expressions are defined as follows: (1) a 0 .... 9 integer (2) (expression operator expression) for example, 6, (+ 45), (+ (+ 25) 8 ) are expressions, and its value, respectively 6,9,15.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
LISP.CPP