Fennel good first issues

1 open Fennel issues currently match the default 10+ star filter. Scored difficulty: 5,946 at 1/5, 8,786 at 2/5, 12,699 at 3/5, 12,118 at 4/5, 857 at 5/5. This hub uses the same feed as the homepage, limited to repositories whose GitHub language is Fennel.

All languages · Browse projects · How to find good first issues

Showing 1 of ~1 matching filters (Fennel · 10+ stars)

List
bakpakin/Fennel

A plus-sign before `.inf` or `.nan` is recognized as a syntax error

AI summary

The task is to debug a Fennel compiler issue where using a plus sign before `.inf` or `.nan` (representing infinity and NaN respectively) results in a syntax error. The solution likely involves adjusting the Fennel compiler's parser to correctly handle these specific cases, potentially by treating them as numeric literals rather than special forms.

enhancementhelp wanted
2.6K
Difficulty
4/5

Also browsing: Python , TypeScript , JavaScript