Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: gigachad keyword - handles double floating point types #37

Merged
merged 1 commit into from
Jan 4, 2025

Conversation

araujo88
Copy link
Member

@araujo88 araujo88 commented Jan 4, 2025

Adds support for the gigachad keyword (double type):

skibidi main {
    // Calculate pi * r^2
    gigachad pi = 3.141592;
    gigachad r = 5.0;
    gigachad area = pi * r * r;    // Area of a circle
    yappin("%lf\n", area);
    bussin 0;
}

@araujo88 araujo88 added the enhancement New feature or request label Jan 4, 2025
@araujo88 araujo88 merged commit 2181752 into main Jan 4, 2025
3 checks passed
@araujo88 araujo88 deleted the feat/add-support-for-double-types branch January 4, 2025 06:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant