Skip to content
This repository has been archived by the owner on Mar 26, 2024. It is now read-only.

ir-macro-transformer is broken #273

Closed
omasanori opened this issue Jun 23, 2015 · 0 comments
Closed

ir-macro-transformer is broken #273

omasanori opened this issue Jun 23, 2015 · 0 comments

Comments

@omasanori
Copy link
Contributor

I executed `./bin/picrin t/ir-macro.scm' and then I got an error:

error: "wrong number of arguments (3 for 2)"
at (anonymous lambda) (unknown location)
at (anonymous lambda) (unknown location)
at load (native function)

Some tests on SRFI 26 (picrin's implementation uses ir-macro-transformer):

(import (srfi 26))

undefined

(cut list)
error: wrong number of arguments (1 for 2)
(cut list 1)
error: expected env, but got 1
(cut list 1 2)
error: wrong number of arguments (3 for 2)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant