id3nom

Results 6 comments of id3nom

Yes that's what I mean, I successfully have expanded the 'payloadTypeScope' but the 'fieldScope' expansion doesn't work, maybe you can give me a hint on that. If I find a...

What I mean is that expanding 'payloadTypeScope' give introspection data on the PostgreSQL function but I'm unable to get introspection data on the arguments.

We could do the integration like for the `i128` type and when LLVM officialy release the IEEE 754 implementation replaced our implementation with LLVM's one. Additional information for LLVM integration?...

In user land we would lost, implicit/explicit cast, and arithmetic operators support. And when the decimal types are gonna be available in LLVM, code using the user land type will...

Would be nice to have a C3 interface like e.g.: `IntegerType`, `FloatType`, ..., that would allow a type to be defined with cast and arithmetic defined functions, and when the...

> > Would be nice to have a C3 interface like e.g.: `IntegerType`, `FloatType`, ..., > > I've looked at this and it's a surprisingly big feature. If you have...