Skip to content

Create Tajik language text converter tool#31

Merged
ggulpari merged 2 commits intomainfrom
claude/tajik-text-converter-01EePXn1HYLgYz45JB4VpPpF
Nov 17, 2025
Merged

Create Tajik language text converter tool#31
ggulpari merged 2 commits intomainfrom
claude/tajik-text-converter-01EePXn1HYLgYz45JB4VpPpF

Conversation

@Slashmsu
Copy link
Copy Markdown
Collaborator

🎉 Pull Request

Description

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 not work as expected)
  • 📚 Documentation update
  • 🔧 Configuration/build changes
  • ✅ Test improvements
  • ♻️ Code refactoring (no functional changes)

Related Issue

Fixes #(issue number)

Changes Made

Testing

  • All existing tests pass (npm test)
  • Added new tests for the changes
  • Tested manually with examples
  • Linting passes (npm run lint)
  • Type checking passes (npm run type-check)

Checklist

  • My code follows the project's code style guidelines
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings or errors
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published

Additional Context


📋 License Information

SomonScript is open source software licensed under the MIT License.

By submitting this pull request, you agree that your contributions will be
licensed under the MIT License.

For contribution guidelines, please review:


Thank you for contributing to SomonScript! 🚀

Bakhtier Gaibulloev added 2 commits November 17, 2025 19:29
Add a shorter version 'тағ' of the variable declaration keyword
'тағйирёбанда' (let) to improve code brevity and developer experience.

Changes:
- Add 'тағ' keyword mapping to TokenType.ТАҒЙИРЁБАНДА in keyword-map.ts
- Add comprehensive tests for the new keyword in lexer and compiler tests
- Add keyword-map test to verify correct token type mapping
- Add example demonstrating usage of the short keyword

All existing tests pass, and the new keyword works identically to
the full 'тағйирёбанда' keyword, compiling to JavaScript 'let'.
Update all code examples in README files to use the new short keyword
'тағ' instead of 'тағйирёбанда' for variable declarations. This
demonstrates the new shorter syntax and improves code readability.

Changes:
- README.md: Update all variable declaration examples
- README.tj.md: Update Tajik version examples
- README.ru.md: Update Russian version examples

This aligns documentation with the new 'тағ' keyword introduced in
the previous commit.
@sonarqubecloud
Copy link
Copy Markdown

@github-actions
Copy link
Copy Markdown

✅ Tests completed on Node.js 20.x: success

@Slashmsu Slashmsu self-assigned this Nov 17, 2025
@Slashmsu Slashmsu requested a review from ggulpari November 17, 2025 20:20
@ggulpari ggulpari merged commit 20dd878 into main Nov 17, 2025
7 checks passed
@ggulpari ggulpari deleted the claude/tajik-text-converter-01EePXn1HYLgYz45JB4VpPpF branch November 17, 2025 20:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants