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

refactor: add a separate examples and tests folder #73

Merged
merged 1 commit into from
Jan 16, 2025

Conversation

araujo88
Copy link
Member

@araujo88 araujo88 commented Jan 16, 2025

Description

  • creates an examples folder with README and four different examples highlighting the current features of the language
  • moves the tests files to test_cases folder
  • fixes some errors when retrieving members of arrays

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

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)
  • All new and existing tests pass

@araujo88 araujo88 force-pushed the refactor/tests-folder branch from 48c9e66 to 0af10f1 Compare January 16, 2025 03:54
@araujo88 araujo88 added documentation Improvements or additions to documentation enhancement New feature or request refactor Modify existing working code but keeping the same functionality. CI Continuous integration bugfix Fix for something that wasn't working labels Jan 16, 2025
@SIGMazer SIGMazer merged commit 968a425 into main Jan 16, 2025
2 checks passed
@SIGMazer SIGMazer deleted the refactor/tests-folder branch January 16, 2025 14:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugfix Fix for something that wasn't working CI Continuous integration documentation Improvements or additions to documentation enhancement New feature or request refactor Modify existing working code but keeping the same functionality.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants