Rijnard van Tonder

Results 101 comments of Rijnard van Tonder

#129 comby is now distributed under homebrew for Mac OS X

Appreciate the note. My plan is to release a cross platform implementation in Javascript through `npm` in the next couple of weeks, which will help with this issue.

@PapyElGringo I haven't packaged a JS lib on `npm` yet. But if you want to experiment with this, have a look at the `.js` files here: https://github.com/comby-tools/comby.js/tree/master/js. See this [codepen](https://codepen.io/rvttttt/pen/VweGzmB?editors=1000)...

Yeah the only way to exclude matches right now is directly, based on the captured value, that you can refer to, with rules, and if you have one match that...

Hey @abitrolly! I'm a bit slow on this one :-) This is a really great idea and I've thought about it a little. The problem comes down to inferring a...

Supporting semantic information has been on my mind for a while, so thanks for the nice example! Static semantics like imports/package scope fit into this, and also type information. It...

I'm not sure I understand the suggested proposal. I think I would need a specific or instructive example to understand it. Even so, like I mentioned, I have limited time...

hey @goretkin you're right it makes sense to match on commented code and I've played around with adding comment matching but haven't completed it yet. It's unfortunately not as simple...

yep, this is wrong behavior. thanks for the report, will have a look at a fix!

This is a great opportunity for users to contribute libraries or use cases for comby. Unfortunately, I don't have the time to come up with such rich libraries or anticipate...