tcr / parser-c

Haskell's language-c ported to Rust.
http://docs.rs/parser-c
31 stars 5 forks source link

Looking for help maintaining parser-c! #8

Open tcr opened 7 years ago

tcr commented 7 years ago

See the blog post on the Rust User's forum for more information.

birkenfeld commented 7 years ago

I'd be interested. Is there a dedicated communication channel (IRC, gitter, slack) you want to use?

sanxiyn commented 7 years ago

I want to help. What would be some useful tasks for me to do?

tcr commented 7 years ago

@birkenfeld @sanxiyn Thank you both! The easiest solution for me to set up was a Gitter room, so I created one and added its badge to the repo: https://gitter.im/parser-c/Lobby

@sanxiyn I'll flesh out more directed/pressing issues and share them in this thread. #3 is a very straightforward task that might be a good introduction to the codebase.

The most high-value task to tackle is analyzing language-c's "test" folder (see https://github.com/tcr/parser-c/tree/master/reference/test) and planning how we can bring this over to the Rust crate. Most of it can be reused wholesale, like the C tests, but there's some support code written in Haskell we may need to port, either with Corollary or manually.

I'll detail some other tasks here shortly.