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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
WebFirstLanguage
/
wfl
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Issues
26
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
Introduces advanced natural language pattern matching
- #111
#111
Merged
logbie
merged 23 commits into
main
WebFirstLanguage/wfl:main
from
Dev
WebFirstLanguage/wfl:Dev
Copy head branch name to clipboard
Aug 6, 2025
Conversation
Commits
23
(23)
Checks
Files changed
Merged
Introduces advanced natural language pattern matching
#111
logbie
merged 23 commits into
main
WebFirstLanguage/wfl:main
from
Dev
WebFirstLanguage/wfl:Dev
Copy head branch name to clipboard
Commits
Commits on Aug 4, 2025
Enhance parser and stdlib and add example script
Show description for 30d5b4a
logbie
committed
30d5b4a
View commit details
Copy full SHA for 30d5b4a
Browse repository at this point
Fix: Correct scoping and behavior of count loop variable
Show description for ef1f70f
logbie
committed
ef1f70f
View commit details
Copy full SHA for ef1f70f
Browse repository at this point
feat(fixer): Add reformatting for complex string concatenations
Show description for 05126aa
logbie
committed
05126aa
View commit details
Copy full SHA for 05126aa
Browse repository at this point
Removes generated log files from version control
Show description for fa111f6
logbie
committed
fa111f6
View commit details
Copy full SHA for fa111f6
Browse repository at this point
Commits on Aug 5, 2025
Bumps version to 2025.57
Show description for f297b9a
logbie
committed
f297b9a
View commit details
Copy full SHA for f297b9a
Browse repository at this point
Updates versioning scheme for Windows installer compatibility
Show description for 6c04208
logbie
committed
6c04208
View commit details
Copy full SHA for 6c04208
Browse repository at this point
Docs: Complete migration to new pattern system
Show description for e9d1361
logbie
committed
e9d1361
View commit details
Copy full SHA for e9d1361
Browse repository at this point
feat: Add parser for natural language pattern syntax
Show description for 82388a5
logbie
committed
82388a5
View commit details
Copy full SHA for 82388a5
Browse repository at this point
feat: Implement advanced pattern matching via bytecode VM
Show description for 9fbcfda
logbie
committed
9fbcfda
View commit details
Copy full SHA for 9fbcfda
Browse repository at this point
feat(pattern): Implement backreferences and lookarounds
Show description for 9153d27
logbie
committed
9153d27
View commit details
Copy full SHA for 9153d27
Browse repository at this point
feat(pattern): Add Unicode support and full lookbehind matching
Show description for 0d7f84b
logbie
committed
0d7f84b
View commit details
Copy full SHA for 0d7f84b
Browse repository at this point
Refactor pattern parser to build an AST directly
Show description for d37d0e7
logbie
committed
d37d0e7
View commit details
Copy full SHA for d37d0e7
Browse repository at this point
cargo fmt
logbie
committed
9615896
View commit details
Copy full SHA for 9615896
Browse repository at this point
Docs: Add comprehensive guide for pattern matching system
Show description for 3a5e6ea
logbie
committed
3a5e6ea
View commit details
Copy full SHA for 3a5e6ea
Browse repository at this point
Adds lexer test cases and output files
Show description for a36f138
logbie
committed
a36f138
View commit details
Copy full SHA for a36f138
Browse repository at this point
Fixes incorrect offset calculation for diagnostics
Show description for 3ec1d2a
logbie
committed
3ec1d2a
View commit details
Copy full SHA for 3ec1d2a
Browse repository at this point
Remove old pattern implementation and consolidate to new bytecode VM system
Show description for d3991d6
claude[bot]
and
claude
committed
d3991d6
View commit details
Copy full SHA for d3991d6
Browse repository at this point
feat: Add static analysis for pattern definitions
Show description for a51da6a
logbie
committed
a51da6a
View commit details
Copy full SHA for a51da6a
Browse repository at this point
Style: Apply formatting to the pattern module
Show description for 14ee94a
logbie
committed
14ee94a
View commit details
Copy full SHA for 14ee94a
Browse repository at this point
Removes unused save slot allocation method
Show description for 2a1f50f
logbie
committed
2a1f50f
View commit details
Copy full SHA for 2a1f50f
Browse repository at this point
Commits on Aug 6, 2025
Enhance test_simple_pattern.wfl with comprehensive pattern matching verification
Show description for 737f718
claude[bot]
and
logbie
committed
737f718
View commit details
Copy full SHA for 737f718
Browse repository at this point
docs: Enhance pattern system documentation with comprehensive rustdoc and guides
Show description for e5df709
claude[bot]
and
logbie
committed
e5df709
View commit details
Copy full SHA for e5df709
Browse repository at this point
fix: Fix compilation errors in pattern module doctests
Show description for 014d741
claude[bot]
and
logbie
committed
014d741
View commit details
Copy full SHA for 014d741
Browse repository at this point
You can’t perform that action at this time.