Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
HaxeFoundation
/
hscript
Public
Notifications
You must be signed in to change notification settings
Fork
153
Star
304
Code
Issues
11
Pull requests
8
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
added string interpolation support
- #163
#163
Open
Davvex87
wants to merge 12 commits into
HaxeFoundation:master
HaxeFoundation/hscript:master
from
Davvex87:feature/string-interpolation
Davvex87/hscript:feature/string-interpolation
Copy head branch name to clipboard
Conversation
Commits
12
(12)
Checks
Files changed
Open
added string interpolation support
#163
Davvex87
wants to merge 12 commits into
HaxeFoundation:master
HaxeFoundation/hscript:master
from
Davvex87:feature/string-interpolation
Davvex87/hscript:feature/string-interpolation
Copy head branch name to clipboard
Commits
Commits on Mar 15, 2026
added string interpolation support
Davvex87
committed
18a12d6
View commit details
Copy full SHA for 18a12d6
Browse repository at this point
missing semicolon fix
Show description for 972cc6c
Davvex87
committed
972cc6c
View commit details
Copy full SHA for 972cc6c
Browse repository at this point
str interp fix from wrong offsets
Davvex87
committed
93b588e
View commit details
Copy full SHA for 93b588e
Browse repository at this point
advanced expressions fully work
Davvex87
committed
42249e9
View commit details
Copy full SHA for 42249e9
Browse repository at this point
unit tests for string interpolation
Davvex87
committed
8bfdcbf
View commit details
Copy full SHA for 8bfdcbf
Browse repository at this point
Commits on Mar 26, 2026
extract string before passing to makeInterpolatedStr
Davvex87
committed
5d1acc4
View commit details
Copy full SHA for 5d1acc4
Browse repository at this point
StringTools.fastCodeAt instead of charCodeAt
Davvex87
committed
fdd13ab
View commit details
Copy full SHA for fdd13ab
Browse repository at this point
use StringBuf instead of adding characters to string
Davvex87
committed
2f159b9
View commit details
Copy full SHA for 2f159b9
Browse repository at this point
char check fixes
Davvex87
committed
dc624b9
View commit details
Copy full SHA for dc624b9
Browse repository at this point
Better str interpolation detection for blocks inside string
Davvex87
committed
89ce448
View commit details
Copy full SHA for 89ce448
Browse repository at this point
fix for double quote strings incorrectly doing string interpolation, even though they shouldn't
Davvex87
committed
4f4cebd
View commit details
Copy full SHA for 4f4cebd
Browse repository at this point
fix for -D hscriptPos not working on interpolated strings
Davvex87
committed
066be22
View commit details
Copy full SHA for 066be22
Browse repository at this point
You can’t perform that action at this time.