Richard Hundt

Results 34 comments of Richard Hundt

@Benjozork did you manage to solve this for Cyan? I've run into exactly the same problem, on a much smaller grammar

I think the issue is that the `SkipParser` throws away type information, so the reified types don't propagate, and for some reason Kotlin doesn't complain. ```kotlin public class SkipParser(public val...

The fact that `print` is a C function should be irrelevant. The second parameter passed to `encode` or `decode` is a table of values which should *not* be serialized if...

On 3/8/14 1:46 PM, Domingo Alvarez Duarte wrote: > Looking at how lupa is build and trying to update lpeg version to 0.12 > I found that the conversion of...

Hi, I don't have enough information to help you. Where does `loop_gc` come from? I've searched my code, libuv and zmq sources and I can't find it.

Guys, that's really encouraging thank you. I'm not giving up. Not by a long shot. I've this programming language on the go [1] and I want concurrency primitives and a...

Hi, I noticed Couv a few weeks ago and saw the ANN. Looks interesting. Regarding Ray: I've finally given up trying to do anything actor-like at the C level in...

> I was thinking I may change that couv to have one queue per lua_State > and having all libuv callback results in it. I tried this and found that...

Well, the only things which are compiling right now are the fiber core and timer (not even sure if what's up on github is even doing that tbh), so it's...

I started on it last night then I came to the realisation that writing these sorts of extensions should be easier than they are. So I'm going to do it...