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 }}
klauer
/
blark
Public
Notifications
You must be signed in to change notification settings
Fork
9
Star
67
Code
Issues
8
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
Adding on to #111
- #116
#116
Merged
klauer
merged 19 commits into
master
klauer/blark:master
from
pr111_update
klauer/blark:pr111_update
Copy head branch name to clipboard
Aug 22, 2025
Conversation
Commits
19
(19)
Checks
Files changed
Merged
Adding on to #111
#116
klauer
merged 19 commits into
master
klauer/blark:master
from
pr111_update
klauer/blark:pr111_update
Copy head branch name to clipboard
Commits
Commits on May 23, 2025
small fixes in grammar and collect comments from implementations
DenSinH
committed
cbe013f
View commit details
Copy full SHA for cbe013f
Browse repository at this point
ignore keywords in identifier parsing
DenSinH
committed
35f62cb
View commit details
Copy full SHA for 35f62cb
Browse repository at this point
type names may be used as identifiers
DenSinH
committed
9b63097
View commit details
Copy full SHA for 9b63097
Browse repository at this point
allow empty var declaration bodies
DenSinH
committed
d7528b1
View commit details
Copy full SHA for d7528b1
Browse repository at this point
Commits on May 27, 2025
use dict objects instead of lxml Attrs for metadata
DenSinH
committed
415739d
View commit details
Copy full SHA for 415739d
Browse repository at this point
Commits on Jun 20, 2025
convert tokens to strings in summary dicts and inject implementation source to summaries
DenSinH
committed
2e9509c
View commit details
Copy full SHA for 2e9509c
Browse repository at this point
add declarations to property getter / setter summaries and properly handle updated access specifier location grammar
DenSinH
committed
dd412de
View commit details
Copy full SHA for dd412de
Browse repository at this point
Commits on Jul 1, 2025
small fixes (END_INTERFACE opt, multiple extends)
DenSinH
committed
01d0611
View commit details
Copy full SHA for 01d0611
Browse repository at this point
Commits on Jul 3, 2025
properly consolidate property getters and setters in a single summary
DenSinH
committed
5f4e831
View commit details
Copy full SHA for 5f4e831
Browse repository at this point
add case-insensitive search for extensions
DenSinH
committed
a7317ea
View commit details
Copy full SHA for a7317ea
Browse repository at this point
Commits on Jul 8, 2025
why not store all data types?
DenSinH
committed
822fa0d
View commit details
Copy full SHA for 822fa0d
Browse repository at this point
Commits on Jul 10, 2025
more case insensitivity and no more : or ; in item names
DenSinH
committed
f848d9e
View commit details
Copy full SHA for f848d9e
Browse repository at this point
Commits on Jul 11, 2025
TST: do not use reserved words for type names
klauer
committed
a776102
View commit details
Copy full SHA for a776102
Browse repository at this point
FIX: Interfaces don't have actions
klauer
committed
1a73683
View commit details
Copy full SHA for 1a73683
Browse repository at this point
Merge remote-tracking branch 'origin/master' into pr111
klauer
committed
1e11cc1
View commit details
Copy full SHA for 1e11cc1
Browse repository at this point
Commits on Aug 22, 2025
FIX: round-trip both first/second access specifier in property
klauer
committed
5c39d66
View commit details
Copy full SHA for 5c39d66
Browse repository at this point
TST: extra semicolons after VAR;
klauer
committed
fd7d097
View commit details
Copy full SHA for fd7d097
Browse repository at this point
Merge remote-tracking branch 'origin/master' into pr111_update
klauer
committed
594874d
View commit details
Copy full SHA for 594874d
Browse repository at this point
TST: a bit more blark.summary coverage
klauer
committed
5e599ca
View commit details
Copy full SHA for 5e599ca
Browse repository at this point
You can’t perform that action at this time.