home *** CD-ROM | disk | FTP | other *** search
- {I4LISP.PAS}
- {
- Description: Program to demonstrate parsing of a LISP program that
- calculates the value of (a + b * c).
-
- Author: Karl Gerhard
- Date: 9/30/87
- Application: IBM PC and compatibles
- }
-
- (/ 35 jim)
- (/ 34 john)
- (+ a (* (+ c d) (- a d)))
-
- (defun trial (one two) (+ a b) )
- (defun demo () (+ 3 4) (* a d) )
-