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
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
.
azin-lang
/
Azin
Public
Notifications
You must be signed in to change notification settings
Fork
9
Star
33
Code
Issues
5
Pull requests
0
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Feature While Statement
- #131
#131
Merged
spatulari
merged 15 commits into
azin-lang:dev
azin-lang/Azin:dev
from
Gray-SS:feature/while-stmt
Gray-SS/Azin:feature/while-stmt
Copy head branch name to clipboard
Aug 1, 2026
Conversation
Commits
15
(15)
Checks
Files changed
Merged
Feature While Statement
#131
spatulari
merged 15 commits into
azin-lang:dev
azin-lang/Azin:dev
from
Gray-SS:feature/while-stmt
Gray-SS/Azin:feature/while-stmt
Copy head branch name to clipboard
Commits
Commits on Jul 31, 2026
feat: added while keyword and kind, regenerated the `kind_string.go` via `stringer -type=Kind -linecomment` and updated the according tests
Gray-SS
committed
4c470fc
View commit details
Copy full SHA for 4c470fc
Browse repository at this point
feat: added the WhileStmt AST node
Gray-SS
committed
3e0c63a
View commit details
Copy full SHA for 3e0c63a
Browse repository at this point
feat: added `while..do..end` parsing logic
Gray-SS
committed
5397066
View commit details
Copy full SHA for 5397066
Browse repository at this point
feat: added semantic analysis for while loop
Gray-SS
committed
05b6af9
View commit details
Copy full SHA for 05b6af9
Browse repository at this point
feat: added while loop analysis
Gray-SS
committed
b44d2f9
View commit details
Copy full SHA for b44d2f9
Browse repository at this point
feat: added emission of while loop statement in the transpiler
Gray-SS
committed
66b41c2
View commit details
Copy full SHA for 66b41c2
Browse repository at this point
feat: added body optimization for the while loop statement.
Gray-SS
committed
2e9ea3e
View commit details
Copy full SHA for 2e9ea3e
Browse repository at this point
fix: display name for while loop added in `TokenKind.DisplayName` accessor
Gray-SS
committed
3175969
View commit details
Copy full SHA for 3175969
Browse repository at this point
tests: added while loop ast test
Gray-SS
committed
d8bd917
View commit details
Copy full SHA for d8bd917
Browse repository at this point
feat: added "while" keyword in lexer tests
Gray-SS
committed
aa1aef8
View commit details
Copy full SHA for aa1aef8
Browse repository at this point
tests: added parsing tests for `while..do..end` statement
Gray-SS
committed
eb2314e
View commit details
Copy full SHA for eb2314e
Browse repository at this point
tests: added semantic analysis tests for while loop statement
Gray-SS
committed
1dc5373
View commit details
Copy full SHA for 1dc5373
Browse repository at this point
feat: added codegen tests for while loop statement
Gray-SS
committed
d67e209
View commit details
Copy full SHA for d67e209
Browse repository at this point
fix: removed the cond assignment to `ErrorType` to avoid linting issues
Gray-SS
committed
4db8ae1
View commit details
Copy full SHA for 4db8ae1
Browse repository at this point
fix: updated syntax in parser to use `loop` keyword as loop block starter instead of `do`
Gray-SS
committed
7353a59
View commit details
Copy full SHA for 7353a59
Browse repository at this point
You can’t perform that action at this time.