enhance: 数値リテラルの整数部分または小数部分の0を省略できるように by takejohn · Pull Request #953 · aiscript-dev/aiscript
Navigation Menu
{{ message }}
aiscript-dev / aiscript Public
- Notifications You must be signed in to change notification settings
- Fork 39
Open
takejohn wants to merge 8 commits intoaiscript-dev:masterfrom
Open
enhance: 数値リテラルの整数部分または小数部分の0を省略できるように#953
takejohn wants to merge 8 commits intoaiscript-dev:masterfrom
enhance: 数値リテラルの整数部分または小数部分の0を省略できるように#953
takejohn wants to merge 8 commits intoaiscript-dev:masterfrom
Conversation
Copy link
Member
takejohn
commented
Aug 7, 2025
takejohn
commented
What
- 数値リテラルの整数部分または小数部分の0を省略できるようになります。
- 整数でない数値リテラルは、整数部分が0の場合、0を省略して記述できるようになります。
例:.5 - 整数の数値リテラルは、小数部分の0を省略して記述できるようになります。
例:5.
- 整数でない数値リテラルは、整数部分が0の場合、0を省略して記述できるようになります。
Why
Additional info (optional)
takejohn added 2 commits
August 7, 2025 13:18Copy link
⚠️ Please install the to ensure uploads and comments are reliably processed by Codecov.
Codecov Report
✅ All modified and coverable lines are covered by tests.
❗ Your organization needs to install the Codecov GitHub app to enable full functionality.
| Files with missing lines | Coverage Δ | |
|---|---|---|
| src/parser/scanner.ts | 95.15% <100.00%> (+6.39%) |
⬆️ |
... and 29 files with indirect coverage changes
🚀 New features to boost your workflow:
- ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
- 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.
FineArchs approved these changes Aug 7, 2025
kakkokari-gtyih
mentioned this pull request
takejohn commented Aug 8, 2025
unreleased/zero-part-ommitable-decimal-literal.md
Show resolved
Hide resolved
unreleased/zero-part-ommitable-decimal-literal.md Show resolved Hide resolved
takejohn added 4 commits
August 30, 2025 19:35Copy link
Member Author
takejohn
commented
Sep 10, 2025
takejohn commented
Sep 10, 2025#954 をマージしたのでテストを追加しました。
takejohn
requested a review
from FineArchs
Copy link
Member Author
takejohn
commented
Sep 24, 2025
takejohn commented
Sep 24, 2025マージしてよろしい?
Copy link
Collaborator
syuilo
commented
Sep 24, 2025
syuilo commented
Sep 24, 2025まだ検討したいです🙏
takejohn
mentioned this pull request
Open
Copy link
Member Author
takejohn
commented
Sep 26, 2025
takejohn commented
Sep 26, 2025This 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