Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.compilers > #2897 > unrolled thread

Contributing to Psyche-C

Started byltcmelo@gmail.com
First post2022-02-15 05:32 -0800
Last post2022-02-15 05:32 -0800
Articles 1 — 1 participant

Back to article view | Back to comp.compilers


Contents

  Contributing to Psyche-C ltcmelo@gmail.com - 2022-02-15 05:32 -0800

#2897 — Contributing to Psyche-C

Fromltcmelo@gmail.com
Date2022-02-15 05:32 -0800
SubjectContributing to Psyche-C
Message-ID<22-02-018@comp.compilers>
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

[toc] | [standalone]


Back to top | Article view | comp.compilers


csiph-web