Loris1123 / RbScheme

Scheme Interpreter written in Ruby
Other
1 stars 0 forks source link

Evaluate while not end-of-input #2

Closed Loris1123 closed 8 years ago

Loris1123 commented 8 years ago

If you input (cons 1 2) (cons 2 3) only the first cons will be evaluated