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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
vprover
/
vampire
Public
Notifications
You must be signed in to change notification settings
Fork
80
Star
430
Code
Issues
20
Pull requests
11
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Fable tptp parser fixes
- #882
#882
Open
quickbeam123
wants to merge 23 commits into
master
vprover/vampire:master
from
fable-tptp-parser-fixes
vprover/vampire:fable-tptp-parser-fixes
Copy head branch name to clipboard
Conversation
Commits
23
(23)
Checks
Files changed
Open
Fable tptp parser fixes
#882
quickbeam123
wants to merge 23 commits into
master
vprover/vampire:master
from
fable-tptp-parser-fixes
vprover/vampire:fable-tptp-parser-fixes
Copy head branch name to clipboard
Commits
Commits on Jul 17, 2026
Fix silent formula truncation at =/!= after a parenthesized formula
Show description for 06e98c3
quickbeam123
and
claude
committed
06e98c3
View commit details
Copy full SHA for 06e98c3
Browse repository at this point
Fix line numbers being counted twice for CRLF line endings
Show description for 42fe081
quickbeam123
and
claude
committed
42fe081
View commit details
Copy full SHA for 42fe081
Browse repository at this point
Fix block comments ending in '**/' never being closed
Show description for 338c77f
quickbeam123
and
claude
committed
338c77f
View commit details
Copy full SHA for 338c77f
Browse repository at this point
Fix silent truncation at =/!= in THF formulas (endHolFormula)
Show description for c410342
quickbeam123
and
claude
committed
c410342
View commit details
Copy full SHA for c410342
Browse repository at this point
Reject mismatched closing delimiters in argument lists
Show description for db226aa
quickbeam123
and
claude
committed
db226aa
View commit details
Copy full SHA for db226aa
Browse repository at this point
Allow whitespace between a type constructor and '(' in sort applications
Show description for 71555d8
quickbeam123
and
claude
committed
71555d8
View commit details
Copy full SHA for 71555d8
Browse repository at this point
Accept integer formula names in include() formula selection
Show description for c7366a1
quickbeam123
and
claude
committed
c7366a1
View commit details
Copy full SHA for c7366a1
Browse repository at this point
Do not count conjectures filtered out by include() formula selection
Show description for 15d38f9
quickbeam123
and
claude
committed
15d38f9
View commit details
Copy full SHA for 15d38f9
Browse repository at this point
Check $ite branch sorts before constructing the term
Show description for dd01946
quickbeam123
and
claude
committed
dd01946
View commit details
Copy full SHA for dd01946
Browse repository at this point
Avoid deep-copying $let scopes on every symbol lookup
Show description for 369575e
quickbeam123
and
claude
committed
369575e
View commit details
Copy full SHA for 369575e
Browse repository at this point
Parser cosmetics: error messages, dead code, stack hygiene
Show description for bb5d2fd
quickbeam123
and
claude
committed
bb5d2fd
View commit details
Copy full SHA for bb5d2fd
Browse repository at this point
Parse equalities inside THF binder bodies per the TPTP BNF
Show description for d041420
quickbeam123
and
claude
committed
d041420
View commit details
Copy full SHA for d041420
Browse repository at this point
Support (<~>) as a THF connective-as-term section
Show description for 2aa63eb
quickbeam123
and
claude
committed
2aa63eb
View commit details
Copy full SHA for 2aa63eb
Browse repository at this point
Reject empty () in THF instead of asserting / fabricating vNOT
Show description for 678247e
quickbeam123
and
claude
committed
678247e
View commit details
Copy full SHA for 678247e
Browse repository at this point
Explicit errors for ?* and !> in THF formula positions
Show description for fb37eff
quickbeam123
and
claude
committed
fb37eff
View commit details
Copy full SHA for fb37eff
Browse repository at this point
HOL parser cosmetics: dead code and misleading comments
Show description for 3d00c45
quickbeam123
and
claude
committed
3d00c45
View commit details
Copy full SHA for 3d00c45
Browse repository at this point
Make THF equality bind tighter than binary connectives on its RHS
Show description for 3829730
quickbeam123
and
claude
committed
3829730
View commit details
Copy full SHA for 3829730
Browse repository at this point
Absorb unparenthesized THF applications into connective arguments and binder bodies
Show description for dbfaafe
quickbeam123
and
claude
committed
dbfaafe
View commit details
Copy full SHA for dbfaafe
Browse repository at this point
Read THF '~ p = q' as '~ (p = q)', aligning with FOF/TFF
Show description for 5a502cc
quickbeam123
and
claude
committed
5a502cc
View commit details
Copy full SHA for 5a502cc
Browse repository at this point
Warn once per run about each kind of leniently accepted THF input
Show description for 04b4906
quickbeam123
and
claude
committed
04b4906
View commit details
Copy full SHA for 04b4906
Browse repository at this point
Commits on Jul 18, 2026
Do not capture user symbols named vAND, vNOT, ... outside THF
Show description for f2c1a23
quickbeam123
and
claude
committed
f2c1a23
View commit details
Copy full SHA for f2c1a23
Browse repository at this point
Add TPTP parser regression tests to checks/sanity
Show description for 49ae50d
quickbeam123
and
claude
committed
49ae50d
View commit details
Copy full SHA for 49ae50d
Browse repository at this point
Commits on Jul 25, 2026
Do not absorb '@' into binder bodies: a binder body is one thf_unit_formula
Show description for f0288bf
quickbeam123
and
claude
committed
f0288bf
View commit details
Copy full SHA for f0288bf
Browse repository at this point
You can’t perform that action at this time.