Zach Tellman

Results 142 comments of Zach Tellman

This looks good, but I'm not near a computer right now. I'll cut a release later today, thanks for diving in and figuring out the issue. On Mon, May 8,...

The library can currently generate state transition images. Can you give an example of a table, just so I have a more concrete understanding of what you'd like? Broadly, it...

If you look in `automat.fsm`, there are methods that will operate on the object under the `:fsm` key and give you the transition table you're looking for. This is true...

Yeah, this is very explicit in the [rhizome readme](https://github.com/ztellman/rhizome), but not here. I'll leave this open until that's resolved.

It was an unspoken assumptions that the reducer functions would only be defined using keywords. I need to look over the code to see if there's any reason it can't...

Makes sense, I'll make the requisite changes this weekend.

If you'd like to open a pull request, I'm happy to accept your change. On Thu, May 19, 2016 at 1:22 AM Pietro Braione [email protected] wrote: > I had a...

I'm sorry, I've fallen behind on all of this. What do you mean by "add a state"? You can add it to the `state->input->state` data structure, and it should just...

This was on my roadmap, but I got kind of tripped up on whether I wanted `seq-like` or `list-like` or something in between. It might help if you explain what...

It's been a while since I've looked at this code, but that seems like a sane fix to me. If you can open a pull request with some additional test...