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
.
iguana-parser
/
iguana
Public
Notifications
You must be signed in to change notification settings
Fork
13
Star
56
Code
Issues
6
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Error recovery for iggy
- #59
#59
Closed
afroozeh
wants to merge 10 commits into
master
iguana-parser/iguana:master
from
ErrorRecoveryForIggy
iguana-parser/iguana:ErrorRecoveryForIggy
Copy head branch name to clipboard
Conversation
Commits
10
(10)
Checks
Files changed
Closed
Error recovery for iggy
#59
afroozeh
wants to merge 10 commits into
master
iguana-parser/iguana:master
from
ErrorRecoveryForIggy
iguana-parser/iguana:ErrorRecoveryForIggy
Copy head branch name to clipboard
Commits
Commits on Nov 19, 2023
Add semicolon for contex-free rules
afroozeh
committed
ce914a3
View commit details
Copy full SHA for ce914a3
Browse repository at this point
Add semicoon for regex rules
afroozeh
committed
c371457
View commit details
Copy full SHA for c371457
Browse repository at this point
Add error recovery rules to Iguana grammar
afroozeh
committed
aaa6916
View commit details
Copy full SHA for aaa6916
Browse repository at this point
Commits on Nov 25, 2023
Change tokenizer constructor to get a matcher. It is expensive to create it each time
afroozeh
committed
b85892c
View commit details
Copy full SHA for b85892c
Browse repository at this point
Commits on Nov 26, 2023
Return an error node if the whole input cannot be parsed
afroozeh
committed
7512145
View commit details
Copy full SHA for 7512145
Browse repository at this point
Remove default implementations from ParseTreeVisitor's visitTerminalNode and visitErrorNode
afroozeh
committed
fa7bb59
View commit details
Copy full SHA for fa7bb59
Browse repository at this point
Commits on Dec 29, 2023
Improve error recovery mechanism to consider any error position in the rule, and not just the immediate ones after the nonterminal
afroozeh
committed
ecb0cb2
View commit details
Copy full SHA for ecb0cb2
Browse repository at this point
Commits on Jan 3, 2024
temp
afroozeh
committed
02a2589
View commit details
Copy full SHA for 02a2589
Browse repository at this point
Commits on Mar 31, 2024
Temp
afroozeh
committed
6aa0a05
View commit details
Copy full SHA for 6aa0a05
Browse repository at this point
Progress
afroozeh
committed
0604ff0
View commit details
Copy full SHA for 0604ff0
Browse repository at this point
You can’t perform that action at this time.