What's new

Closed PATULONG

Status
Not open for further replies.

SwOrDsLaSh

Honorary Poster
Joined
Nov 28, 2015
Posts
309
Reaction
52
Points
154
Patulong naman po dito sa problem na binigay saken

using C++ or Java, create a program that accepts Lisp expressions and returns the evaluation of such expressions. Limit your program to these types of expressions:
  1. Arithmetic expressions + - * /
  2. CAR, CDR expressions
Your program must be able to process nested expressions such as (+ (- 5 6) (* 2 5) 6 8) and (car (cdr (cdr '(a b c d e f)))).


Sana may makatulong saken.
 
Status
Not open for further replies.

Similar threads

Back
Top