summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2026-02-20Pass `Location` through to `VerificationResult`adelon
2026-02-20Tweak multicore useadelon
2026-02-18Allow more keywordsadelon
2026-02-17Allow ticks in subscript of varsadelon
This also changes the encoding of the ticks in TPTP to just an underscore.
2026-02-17Bump checking timesadelon
2026-02-17Cleanadelon
2026-02-17Create TODO.mdadelon
2026-02-17Fix queue behavior upon encoding crashadelon
2026-02-14Update golden testsadelon
2026-02-14Fix parentheses in `Show` instance of `VarSymbol`adelon
2026-02-14Update SmtLib.hsadelon
2026-02-14Fix induction rule validationadelon
2026-02-14Simplifyadelon
2026-02-13Collect more location informationadelon
2026-02-13Also search for files in `debug/`adelon
2026-02-13Update Api.hsadelon
2026-02-13Revise caching of successful prefixadelon
2026-02-13Use packed representation for `Location`adelon
2026-02-13Delete formalizations.texadelon
2026-02-13Tokenize more efficientlyadelon
2026-02-13Correct rotation of memory profile PS summaryadelon
2026-02-13Stream parsing and glossingadelon
2026-02-13Stop passing on lexiconadelon
2026-02-13Compute `fullparses (...)` earlyadelon
2026-02-13Quasishortcircuit to first *emitted* failureadelon
Without this the reported failure would be the first task to fail chronologically. This would not necessarily be the first task to fail in the text, so we need to wait for the other queued tasks to finish and then select the first task in emission order.
2026-02-13Add streaming verification with bounded queueadelon
2026-02-13Use callbacks instead of Writeradelon
2026-02-13Show better errors when ATPs are misconfiguredadelon
2026-02-12Update Unit.hsadelon
2026-02-12Delete Nominal.hsadelon
2026-02-12Delete Nominal.hsadelon
2026-02-12Update .gitignoreadelon
2026-02-12Update Makefileadelon
2026-02-11Update readme.mdadelon
2026-02-11Update env vars for proversadelon
This avoids overlapping with Naproche's env vars.
2026-02-11Make fallback for imported file search simpleradelon
With these defaults, it should no longer be necessary to set `NAPROCHE_LIB` just for running library files from the root of this project.
2026-02-11Nominal sketchadelon
2026-02-10Fix checking of signaturesadelon
2026-02-09Fix support for mixfix signaturesadelon
2026-02-06Clean warnings, drop lexicon from Megalodon exportadelon
2026-02-06Make `DeBruijn.substitute` match formalizationadelon
2026-02-06Use tries for patterns, skip trivial hypothesesadelon
2026-02-05Stream to stdinadelon
2026-02-05Clean importsadelon
2026-02-05Cache hypothesis lineadelon
2026-02-05Cache contractionadelon
2026-02-05Cache encoding of hypothesesadelon
2026-02-05Add `lexiconAllPatterns`, basic warning for dupe patternadelon
2026-02-05Remove `lookupLexicalItem`, attach info in AST insteadadelon
2026-02-05Remove `lookupOp` and add marker to AST insteadadelon