Request for Comments

Hello all, I have an attempt to present llvm assembly in [1]. Would you consider taking some time to comment on it? [1] https://github.com/ibrahimsag/rw

This looks quite interesting, but I'm not sure how to read the examples.
Could you perhaps explain some more how to traverse the matrix, and also
provide a normal assembly program along with the matrix representation?
On Thu, Aug 1, 2019 at 2:26 AM ibrahim Sagiroglu
Hello all,
I have an attempt to present llvm assembly in [1]. Would you consider taking some time to comment on it?
[1] https://github.com/ibrahimsag/rw _______________________________________________ Haskell-Cafe mailing list To (un)subscribe, modify options or view archives go to: http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe Only members subscribed via the mailman list are allowed to post.

assembly programs are in the ex folder. i should have mentioned that, thank
you.
Sequence of instructions are along the diagonal. register and label
bindings are represented by other cells. maybe read it as a particular
restriction on graph edges.
You start from bottom, climb up to the top, the climbing was so interesting
intuition to miss and also that the arguments are on the right.
On 1 Aug 2019 Thu at 13:54 William Yager
This looks quite interesting, but I'm not sure how to read the examples. Could you perhaps explain some more how to traverse the matrix, and also provide a normal assembly program along with the matrix representation?
On Thu, Aug 1, 2019 at 2:26 AM ibrahim Sagiroglu
wrote: Hello all,
I have an attempt to present llvm assembly in [1]. Would you consider taking some time to comment on it?
_______________________________________________
Haskell-Cafe mailing list To (un)subscribe, modify options or view archives go to: http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe Only members subscribed via the mailman list are allowed to post.

Placed the code next to generated images in readme. Should not be further
difficulties.
I expect this to be useful for all sorts of ui needs. it is as intuitive as
excel but much more. help me push it in the open.
The idea is that a sparse adjacency matrix is just as friendly as any other
graph layout. Especially when the diagonal cells strategically utilized.
And exponentially more powerful since it can provide arbitrary details.
On 1 Aug 2019 Thu at 14:05 ibrahim Sagiroglu
assembly programs are in the ex folder. i should have mentioned that, thank you.
Sequence of instructions are along the diagonal. register and label bindings are represented by other cells. maybe read it as a particular restriction on graph edges.
You start from bottom, climb up to the top, the climbing was so interesting intuition to miss and also that the arguments are on the right.
On 1 Aug 2019 Thu at 13:54 William Yager
wrote: This looks quite interesting, but I'm not sure how to read the examples. Could you perhaps explain some more how to traverse the matrix, and also provide a normal assembly program along with the matrix representation?
On Thu, Aug 1, 2019 at 2:26 AM ibrahim Sagiroglu
wrote: Hello all,
I have an attempt to present llvm assembly in [1]. Would you consider taking some time to comment on it?
_______________________________________________
Haskell-Cafe mailing list To (un)subscribe, modify options or view archives go to: http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe Only members subscribed via the mailman list are allowed to post.
participants (2)
-
ibrahim Sagiroglu
-
William Yager