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

Deep type inference for Bindmarkers in a Term #70

Open
tabdulradi opened this issue Aug 30, 2016 · 0 comments
Open

Deep type inference for Bindmarkers in a Term #70

tabdulradi opened this issue Aug 30, 2016 · 0 comments
Assignees
Projects
Milestone

Comments

@tabdulradi
Copy link
Member

tabdulradi commented Aug 30, 2016

Troy analyses queries to figure the type of bind markers (i.e ? and :variables)
So far we do only shallow searching for those blind markers, if a statement has a term, we check if the whole term is a bindmarker, then we figure out its type.

But we might encounter a complex term, for example, a Map literal with one or more of the values are bind markers.

@tabdulradi tabdulradi added this to the 0.4 milestone Sep 1, 2016
@tabdulradi tabdulradi modified the milestones: 0.4, 0.5 Oct 30, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Troy
TODO
Development

No branches or pull requests

2 participants