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
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 }}
encode-lang
/
encode
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Issues
32
Pull requests
2
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
fix: test structure in all tests
- #47
#47
Draft
FyreByrd
wants to merge 21 commits into
dev
encode-lang/encode:dev
from
fix/missing-tests
encode-lang/encode:fix/missing-tests
Copy head branch name to clipboard
Conversation
Commits
21
(21)
Checks
Files changed
Draft
fix: test structure in all tests
#47
FyreByrd
wants to merge 21 commits into
dev
encode-lang/encode:dev
from
fix/missing-tests
encode-lang/encode:fix/missing-tests
Copy head branch name to clipboard
Commits
Commits on Nov 24, 2025
fix: group compound assignment with other binary operators
Show description for dea69ee
FyreByrd
committed
dea69ee
View commit details
Copy full SHA for dea69ee
Browse repository at this point
fix: add missing operator in to precedence
FyreByrd
committed
9766826
View commit details
Copy full SHA for 9766826
Browse repository at this point
tests(comments): use Deno native deep compare
Show description for 2d9045d
FyreByrd
committed
2d9045d
View commit details
Copy full SHA for 2d9045d
Browse repository at this point
fix(parser): missing required parens for while
FyreByrd
committed
35effd5
View commit details
Copy full SHA for 35effd5
Browse repository at this point
tests(control-flow): test structure
FyreByrd
committed
4794d76
View commit details
Copy full SHA for 4794d76
Browse repository at this point
feat(tests): validation functions
FyreByrd
committed
6027fc5
View commit details
Copy full SHA for 6027fc5
Browse repository at this point
refactor(validate): remove dependency on Parameters as much as feasible
FyreByrd
committed
520fb55
View commit details
Copy full SHA for 520fb55
Browse repository at this point
feat(validate): add error messages
FyreByrd
committed
a896ff8
View commit details
Copy full SHA for a896ff8
Browse repository at this point
test(comments): use validate
FyreByrd
committed
4321dbc
View commit details
Copy full SHA for 4321dbc
Browse repository at this point
refactor(validate): reorder expression, use named constants
FyreByrd
committed
c9d02f5
View commit details
Copy full SHA for c9d02f5
Browse repository at this point
refactor(validate): use v.none consistently
FyreByrd
committed
bac571d
View commit details
Copy full SHA for bac571d
Browse repository at this point
chore(validate): export types
FyreByrd
committed
c9df186
View commit details
Copy full SHA for c9df186
Browse repository at this point
refactor(validate): shorten required args for expression
FyreByrd
committed
c631069
View commit details
Copy full SHA for c631069
Browse repository at this point
fix(validate): remove unneeded parentheses check
FyreByrd
committed
dd32a33
View commit details
Copy full SHA for dd32a33
Browse repository at this point
test(control-flow): use validation
FyreByrd
committed
7d6da35
View commit details
Copy full SHA for 7d6da35
Browse repository at this point
test(data-types): use validate
FyreByrd
committed
5bcb62c
View commit details
Copy full SHA for 5bcb62c
Browse repository at this point
fix(validate): correctly check if pred length
FyreByrd
committed
4988afd
View commit details
Copy full SHA for 4988afd
Browse repository at this point
test(keywords): use validate
FyreByrd
committed
dbf7550
View commit details
Copy full SHA for dbf7550
Browse repository at this point
test(expressions): use validate
FyreByrd
committed
e670b46
View commit details
Copy full SHA for e670b46
Browse repository at this point
Commits on Nov 25, 2025
chore(parser): create type for indexed function call
FyreByrd
committed
50863c8
View commit details
Copy full SHA for 50863c8
Browse repository at this point
feat(tests): use startAt parameter
Show description for caa52b0
FyreByrd
committed
caa52b0
View commit details
Copy full SHA for caa52b0
Browse repository at this point
You can’t perform that action at this time.