Contributing to Psyche-C

ltcmelo@gmail.com
Tue, 15 Feb 2022 05:32:08 -0800 (PST)

          From comp.compilers

Related articles
Contributing to Psyche-C ltcmelo@gmail.com (2022-02-15)
| List of all articles for this month |

From: ltcmelo@gmail.com
Newsgroups: comp.compilers
Date: Tue, 15 Feb 2022 05:32:08 -0800 (PST)
Organization: Compilers Central
Injection-Info: gal.iecc.com; posting-host="news.iecc.com:2001:470:1f07:1126:0:676f:7373:6970"; logging-data="87890"; mail-complaints-to="abuse@iecc.com"
Keywords: tools
Posted-Date: 15 Feb 2022 11:31:22 EST

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


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.