Create Tajik language text converter tool#31
Merged
Conversation
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.
|
|
✅ Tests completed on Node.js 20.x: success |
ggulpari
approved these changes
Nov 17, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



🎉 Pull Request
Description
Type of Change
to not work as expected)
Related Issue
Fixes #(issue number)
Changes Made
Testing
npm test)npm run lint)npm run type-check)Checklist
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:
guidelines
Thank you for contributing to SomonScript! 🚀