Constructing DAGs with ASTs #708
santoshkumarradha
started this conversation in
Ideas
Replies: 2 comments
-
Maybe one could easily accommodate conditional flows as well as indefinite dynamic flows this way ? 🤯 |
Beta Was this translation helpful? Give feedback.
0 replies
-
A related goal, which may be important for the on-prem use case, is that |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
For a while I am really curious to explore this idea. Can we construct our lattice by looking at lattice's AST ? What we are doing inside lattice is almost like a very basic compiler with certain instructions being allowed. Can we make it a bit more general and just look at the AST to simplify the creation of DAG and even support more features off it ?
Beta Was this translation helpful? Give feedback.
All reactions