Loris1123 / RbScheme

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

Fancy Invalid Syntax #14

Open Loris1123 opened 8 years ago

Loris1123 commented 8 years ago

Try to show where the syntax mistake was. Something like:

==============================================

Scheme Error

----------------------------------------------

Invalid Syntax: 2.3.
                   ^
==============================================
Loris1123 commented 8 years ago

Fixed for errors in Reader. Need in Builtins aswell. There is not userinput yet