Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TODO] generic parse[T](a: string) #10346

Closed
wants to merge 1 commit into from

Conversation

timotheecour
Copy link
Member

@timotheecour timotheecour commented Jan 17, 2019

see unittests; eg works fine with parsing:

"(true, [12.2], (3.4,32,), @[@[10,10],@[]])"

links

was brought up again in IRC here https://irclogs.nim-lang.org/17-01-2019.html#10:09:56

how to convert "@[1,2,3]" to seq?

@krux02
Copy link
Contributor

krux02 commented Jan 18, 2019

Please put in the PR title what this PR changes, not what issue it fixes. The issue it fixes should be in the description.

@timotheecour timotheecour changed the title [WIP] fix #nim-lang/RFCs/issues/84 generic parse generic parse[T](a: string) Jan 18, 2019
@Araq
Copy link
Member

Araq commented Feb 8, 2019

Should have been a Nimble package.

@Araq Araq closed this Feb 8, 2019
@timotheecour timotheecour changed the title generic parse[T](a: string) [TODO] generic parse[T](a: string) Feb 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

universal conversion operator (cf D's a.to!T) (std.conv.to)
3 participants