parser-c icon indicating copy to clipboard operation
parser-c copied to clipboard

Looking for help maintaining parser-c!

Open tcr opened this issue 8 years ago • 3 comments

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

tcr avatar Jul 06 '17 23:07 tcr

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

birkenfeld avatar Jul 07 '17 05:07 birkenfeld

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

sanxiyn avatar Jul 07 '17 14:07 sanxiyn

@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.

tcr avatar Jul 08 '17 00:07 tcr