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 }}
SSW-CocoR
/
CocoR-CSharp
Public
Notifications
You must be signed in to change notification settings
Fork
8
Star
28
Code
Issues
3
Pull requests
1
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Fix for detecting left recursion in rules like:
- #3
#3
Open
mingodad
wants to merge 21 commits into
SSW-CocoR:master
SSW-CocoR/CocoR-CSharp:master
from
mingodad:master
mingodad/CocoR-CSharp:master
Copy head branch name to clipboard
Conversation
Commits
21
(21)
Checks
Files changed
Open
Fix for detecting left recursion in rules like:
#3
mingodad
wants to merge 21 commits into
SSW-CocoR:master
SSW-CocoR/CocoR-CSharp:master
from
mingodad:master
mingodad/CocoR-CSharp:master
Copy head branch name to clipboard
Commits
Commits on May 28, 2021
Fix for detecting left recursion in rules like:
Show description for cc54ed2
mingodad
committed
cc54ed2
View commit details
Copy full SHA for cc54ed2
Browse repository at this point
Fix possible mistake mixing boolean comparison with bitwise operation
mingodad
committed
a54e9a5
View commit details
Copy full SHA for a54e9a5
Browse repository at this point
Commits on Jun 7, 2021
Added a kind of TreeView for LL1 errors/warnings.
Show description for a356063
mingodad
committed
a356063
View commit details
Copy full SHA for a356063
Browse repository at this point
Add info between comments to StatOf calls on generated parser
mingodad
committed
248edf7
View commit details
Copy full SHA for 248edf7
Browse repository at this point
Commits on Jun 8, 2021
Replace recursion by iteration
mingodad
committed
6c1109b
View commit details
Copy full SHA for 6c1109b
Browse repository at this point
Allow till 8 characters for comment delimiters
mingodad
committed
ffe1d0e
View commit details
Copy full SHA for ffe1d0e
Browse repository at this point
Implemented the generation of an EBNF grammar understood by https://www.bottlecaps.de/rr/ui to generate railroad diagrams
mingodad
committed
6b8bb32
View commit details
Copy full SHA for 6b8bb32
Browse repository at this point
Commits on Jun 9, 2021
Allow semantic action that will run on the Scanner for token declarations
mingodad
committed
b87a449
View commit details
Copy full SHA for b87a449
Browse repository at this point
Implement basic parser tree generation functionality
mingodad
committed
cf71477
View commit details
Copy full SHA for cf71477
Browse repository at this point
Add 'ANY' when generating RREBNF
mingodad
committed
98c227c
View commit details
Copy full SHA for 98c227c
Browse repository at this point
Commits on Jun 10, 2021
Reorganize the code removing duplication
mingodad
committed
bf901e7
View commit details
Copy full SHA for bf901e7
Browse repository at this point
Add an overview of my main changes
mingodad
authored
65735a1
View commit details
Copy full SHA for 65735a1
Browse repository at this point
Remove line only relevant to C++
mingodad
authored
58ba844
View commit details
Copy full SHA for 58ba844
Browse repository at this point
Fix typo
mingodad
authored
2ee2562
View commit details
Copy full SHA for 2ee2562
Browse repository at this point
Commits on Jun 11, 2021
My last fix for left recursion detection didn't worked for any depth, this now seems to work in all cases
mingodad
committed
ba047f9
View commit details
Copy full SHA for ba047f9
Browse repository at this point
Commits on Jun 12, 2021
Fix SynTree.dump2 that is supposed to show a pruned tree
mingodad
committed
0f1e9a4
View commit details
Copy full SHA for 0f1e9a4
Browse repository at this point
Commits on Jun 14, 2021
Rename SynTree::dump to SynTree::dump_all and SynTree::dump to SynTree::dump_pruned
mingodad
committed
786d88a
View commit details
Copy full SHA for 786d88a
Browse repository at this point
Commits on Jun 17, 2021
Fix for the command line option -ignoreErrors
mingodad
committed
9a54fc3
View commit details
Copy full SHA for 9a54fc3
Browse repository at this point
Commits on Jul 1, 2021
Fix for endless loop with some ill grammars
mingodad
committed
3b705b4
View commit details
Copy full SHA for 3b705b4
Browse repository at this point
Commits on Aug 14, 2021
Add the suffix "_NT" to non terminal generated functions
mingodad
committed
171fe32
View commit details
Copy full SHA for 171fe32
Browse repository at this point
Add token inheritance from https://github.com/Lercher/CocoR
mingodad
committed
af4b887
View commit details
Copy full SHA for af4b887
Browse repository at this point
You can’t perform that action at this time.