Skip to content
This repository was archived by the owner on Apr 30, 2022. It is now read-only.

issues parsing channel type declaration #2

Open
mkmik opened this issue Nov 17, 2013 · 2 comments
Open

issues parsing channel type declaration #2

mkmik opened this issue Nov 17, 2013 · 2 comments
Assignees

Comments

@mkmik
Copy link

mkmik commented Nov 17, 2013

igo> func x(a chan int) chan int { return a }
...
input:1:25: expected '(', found 'IDENT' x
(error scanner.ErrorList)

@ghost ghost assigned sbinet Nov 17, 2013
@sbinet
Copy link
Owner

sbinet commented Nov 17, 2013

yep. unfortunately, channels are not implemented in go-eval.

@sbinet
Copy link
Owner

sbinet commented Nov 17, 2013

I created sbinet/go-eval#6

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

2 participants