s-cherepanov / rose-r5rs

Automatically exported from code.google.com/p/rose-r5rs
0 stars 0 forks source link

Non-distinct keyword #1

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

1. Run dist/debug/rose
2. Input "(definex 1)"

What is the expected output? What do you see instead?

Expected output is "( definex 1 ) ", since "definex" should be interpreted as a 
variable representing a procedure.  The actual output is "( define x 1 ) ".

Please use labels and text to provide additional information.

Original issue reported on code.google.com by rhythm.mail on 2 Aug 2010 at 12:30

GoogleCodeExporter commented 9 years ago

Original comment by rhythm.mail on 31 Aug 2010 at 5:46

GoogleCodeExporter commented 9 years ago
Fixed in revision 1b2eaad9a3

Original comment by rhythm.mail on 3 Sep 2010 at 5:42

GoogleCodeExporter commented 9 years ago
Made a mistake, issue 4 rather than this issue is fixed in revision 1b2eaad9a3.

Original comment by rhythm.mail on 7 Sep 2010 at 12:18