Groups | Search | Server Info | Keyboard shortcuts | Login | Register
Groups > comp.compilers > #2897
| From | ltcmelo@gmail.com |
|---|---|
| Newsgroups | comp.compilers |
| Subject | Contributing to Psyche-C |
| Date | 2022-02-15 05:32 -0800 |
| Organization | Compilers Central |
| Message-ID | <22-02-018@comp.compilers> (permalink) |
Hi. Psyche-C is a compiler frontend for the C language that is designed for the implementation of static analysis tools: https://github.com/ltcmelo/psychec As an attempt to encourage contributions to Psyche-C, I started a modest bounty program (the 2nd. one). At the moment, there are 4 open bounties, each associated to a task: - Implement the parse of parameters in K&R style functions (https://github.com/ltcmelo/psychec/issues/71) - Implement syntactic support for STD's __func__ and GNU's __FUNCTION__ and __PRETTY_FUNCTION__ (https://github.com/ltcmelo/psychec/issues/70) - Implement syntactic support for GNU's __builtin_choose_expr (https://github.com/ltcmelo/psychec/issues/69) - Implement syntactic support for STD's offsetof and GNU's __builtin_offsetof (https://github.com/ltcmelo/psychec/issues/68) The description of the program is available at https://lnkd.in/d6qXBxBZ Thank you in advance, if you could shares this message or help anyhow to promote the Psyche-C project. Leandro
Back to comp.compilers | Previous | Next | Find similar
Contributing to Psyche-C ltcmelo@gmail.com - 2022-02-15 05:32 -0800
csiph-web