Alec Theriault

Results 113 comments of Alec Theriault

FWIW, I'm currently working on a `language-rust` library. The pretty-printing is mostly complete now, but the parsing is still a WIP. I am still a couple months away from really...

@pittma I've been delaying release forever, but I've made https://github.com/harpocrates/language-rust. It is done, I just need to clean up comments and release to Hackage.

FYI, [`language-rust`](https://hackage.haskell.org/package/language-rust) is now complete and on Hackage. If there is any interest, I don't mind writing up a PR to use that instead of the `Language.Rust.AST` module. I haven't...

Just a comment about array types. The C standard talks a bit about incomplete array types (section 6.2.5 point 22). That makes me a bit unsure about how exactly we...

Couple edits to make. When I started looking at this initially, I must've been looking at an old version of Rust's `Complex`. Actually, `cpow` and `csqrt` _do_ have equivalents. Only...

Ah! I am starting to see what is happening here. (I'm still in school and my experience with this stuff is thin bordering on nonexistent 😄...) On this topic, here...

Alright. This is going to be several steps. - [ ] Add an `IsComplex :: CType -> CType` constructor to `CType`. Adjust existing code. - [ ] Add translating support...

Would you care to comment more on the following TODO? (Found in `interpretDeclarations` before the part that deals with `CTypedef`.) > **TODO**: It would be nice to emit a type-alias...

A workaround we found is to define our custom `s3CredentialsProvider` in `project/plugins.sbt`