Loris1123 / RbScheme

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

Multiline support #16

Closed Loris1123 closed 8 years ago

Loris1123 commented 8 years ago

When writing scheme code it would be cool to do something like this:

(define (plusone x)
    (+ x 1)
)

At the moment only single-line is allowed:

(define (plusone x) (+ x 1))
Loris1123 commented 8 years ago

Fixed in 318e25055aeeb84359e9047b7e194d6abb0af3be