shhyou / ypsilon-fork

Automatically exported from code.google.com/p/ypsilon
Other
0 stars 0 forks source link

Macro use not allowing improper list form #24

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Per R6RS 9.2.

Ypsilon 0.9.5-trunk Copyright (c) 2008 Y.Fujita, LittleWing Company Limited.
> (define-syntax s
    (syntax-rules ()
      [(_ . r) 'r]))
> (s . a)

error: expression is not a proper list
  >  (s . a)
  ..."/dev/stdin" line 1

> 

Original issue reported on code.google.com by derick.e...@gmail.com on 1 Jul 2008 at 2:29

GoogleCodeExporter commented 9 years ago
I have fixed the bug and trunk directory is updated. Please try.
Thank you!

Original comment by y.fujita...@gmail.com on 2 Jul 2008 at 5:52