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: user input #106

Merged
merged 1 commit into from
Jan 25, 2025
Merged

feat: user input #106

merged 1 commit into from
Jan 25, 2025

Conversation

araujo88
Copy link
Member

@araujo88 araujo88 commented Jan 25, 2025

Description

Allows for type-safe user input:

skibidi main {
      rizz num;
      yapping("Enter a number:");
      slorp(num);
      yapping("You typed: %d", num);
      bussin 0;
}

Related Issue

Implements #98.

Type of Change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation update
  • Performance improvement
  • Refactor

Checklist

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have documented my changes in the code or documentation
  • I have added tests that prove my changes work (if applicable)
  • I have run the unit tests locally
  • I have run the valgrind memory tests locally
  • All new and existing tests pass

@araujo88 araujo88 force-pushed the feat/user-input-lib branch from 703be9a to 28b22e9 Compare January 25, 2025 18:41
@SIGMazer SIGMazer merged commit 8b854bd into main Jan 25, 2025
2 checks passed
@SIGMazer SIGMazer deleted the feat/user-input-lib branch January 25, 2025 18:51
@araujo88 araujo88 added the enhancement New feature or request label Jan 25, 2025
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.

2 participants