Open Issues Need Help
View All on GitHubAI 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.
Complexity:
4/5
enhancement help wanted