Open Issues Need Help
View All on GitHub A plus-sign before `.inf` or `.nan` is recognized as a syntax error about 1 year ago
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.
Complexity:
4/5
enhancement help wanted