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
Type
/
to 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 }}
kneasle
/
sapling
Public
Notifications
You must be signed in to change notification settings
Fork
19
Star
769
Code
Issues
13
Pull requests
6
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Rewrite code
- #119
#119
Draft
kneasle
wants to merge 22 commits into
master
kneasle/sapling:master
from
rewrite
kneasle/sapling:rewrite
Copy head branch name to clipboard
Conversation
Commits
22
(22)
Checks
Files changed
Draft
Rewrite code
#119
kneasle
wants to merge 22 commits into
master
kneasle/sapling:master
from
rewrite
kneasle/sapling:rewrite
Copy head branch name to clipboard
Commits
Commits on Sep 19, 2021
Start afresh
kneasle
committed
27a3a69
View commit details
Copy full SHA for 27a3a69
Browse repository at this point
Implement parsing grammars from TOML files
kneasle
committed
861cd8b
View commit details
Copy full SHA for 861cd8b
Browse repository at this point
Load language files
kneasle
committed
a39684e
View commit details
Copy full SHA for a39684e
Browse repository at this point
Move grammar to own module
kneasle
committed
690f34d
View commit details
Copy full SHA for 690f34d
Browse repository at this point
Add skeleton code for `Parser`
kneasle
committed
9a0e934
View commit details
Copy full SHA for 9a0e934
Browse repository at this point
Implement a basic tokenizer
kneasle
committed
68489e8
View commit details
Copy full SHA for 68489e8
Browse repository at this point
Add fuzz test/benchmark for the tokenizer
kneasle
committed
07758a2
View commit details
Copy full SHA for 07758a2
Browse repository at this point
Rename `grammar::full` to `grammar::grammar`
kneasle
committed
a67f885
View commit details
Copy full SHA for a67f885
Browse repository at this point
Move static parsing tables into `Grammar`
kneasle
committed
2e46123
View commit details
Copy full SHA for 2e46123
Browse repository at this point
Implement tokenization of (some) stringy nodes
kneasle
committed
123e692
View commit details
Copy full SHA for 123e692
Browse repository at this point
Compute type descendants during grammar parsing
kneasle
committed
56b6322
View commit details
Copy full SHA for 56b6322
Browse repository at this point
Commits on Sep 26, 2021
Implement parsing using PEGs
kneasle
committed
eb02cdf
View commit details
Copy full SHA for eb02cdf
Browse repository at this point
Make fuzzer generic
kneasle
committed
12195ed
View commit details
Copy full SHA for 12195ed
Browse repository at this point
Add `grammar::char_set::CharSet`
kneasle
committed
8f7600c
View commit details
Copy full SHA for 8f7600c
Browse repository at this point
Commits on Sep 27, 2021
Mostly implement fuzzer for the parser
kneasle
committed
db6fdcb
View commit details
Copy full SHA for db6fdcb
Browse repository at this point
Commits on Sep 28, 2021
Implement string escaping
kneasle
committed
2839c7e
View commit details
Copy full SHA for 2839c7e
Browse repository at this point
Appease clippy and fix docs
kneasle
committed
209b618
View commit details
Copy full SHA for 209b618
Browse repository at this point
Rename `ConvertError`/`ConvertResult` to `Error`/`Result`
kneasle
committed
1f6a8d0
View commit details
Copy full SHA for 1f6a8d0
Browse repository at this point
Refactor fuzzing loop
kneasle
committed
8eec912
View commit details
Copy full SHA for 8eec912
Browse repository at this point
Commits on Sep 29, 2021
Implement a simple shrinking strategy
kneasle
committed
dd1ff1f
View commit details
Copy full SHA for dd1ff1f
Browse repository at this point
Add struct to store cursor locations
kneasle
committed
6b55a09
View commit details
Copy full SHA for 6b55a09
Browse repository at this point
Start implementing buffers
kneasle
committed
aa5910e
View commit details
Copy full SHA for aa5910e
Browse repository at this point
You can’t perform that action at this time.