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

Add SSA to the Tires syntax #16

Open
ELLIOTTCABLE opened this issue Aug 22, 2014 · 0 comments
Open

Add SSA to the Tires syntax #16

ELLIOTTCABLE opened this issue Aug 22, 2014 · 0 comments
Assignees

Comments

@ELLIOTTCABLE
Copy link
Member

The Tires syntax is restrictive: there's only a subset of all possible dependency graphs that can be expressed in that way. (In fact, it's more of a tree than a graph.) I've previously considered having a completely basic SSA syntax for dependency declaration; I now suspect this can be combined with Tires (such that individual lines of Tires-style expressive encoding can be the ‘body’ of SSA lines; and SSA names can be utilized in such Tires-style encoded lines.)

In this way, any Tires-encoded graph can be deconstructed down to simple SSA for analysis; and, to boot, parts of a desired graph that cannot be Tires-encoded can instead be encoded in the same document with more verbose SSA.

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

No branches or pull requests

1 participant