summaryrefslogtreecommitdiff
path: root/source/Api.hs
AgeCommit message (Collapse)Author
9 daysRoute HTML links through render contextadelon
9 daysRemove obsolete source-loading bypassesadelon
10 daysRemove Megalodonadelon
10 daysReturn nonzero exits for verification failuresadelon
10 daysRequire complete Vampire success classificationadelon
10 daysExpose resolved workspace parsingadelon
10 daysReturn malformed lexical scans as typed errorsadelon
10 daysReport lexical collisions with source locationsadelon
Built-in patterns remain authoritative syntax seeds: their first source declaration records provenance without replacing the seeded marker.
10 daysParse the resolved physical source graphadelon
10 daysLoad selected sources as strict UTF-8adelon
10 daysRetire unsound proof cacheadelon
2026-04-11Add brute force tooltipsadelon
2026-03-07Add HTML rendering skeletonadelon
2026-02-20Pass `Location` through to `VerificationResult`adelon
2026-02-20Tweak multicore useadelon
2026-02-17Fix queue behavior upon encoding crashadelon
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-13Tokenize more efficientlyadelon
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-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-06Clean warnings, drop lexicon from Megalodon exportadelon
2026-02-05Cache encoding of hypothesesadelon
2026-02-05Remove `lookupLexicalItem`, attach info in AST insteadadelon
2026-02-04Update Api.hsadelon
2026-01-31Compute parser only onceadelon
2026-01-30Link dump behaviour to cachingadelon
Run with `--uncached` if you want to dump all tasks.
2026-01-13Improve glossing errorsadelon
2025-12-09Propagate location info furtheradelon
2025-11-29Integrate chunker and import gatherer into lexeradelon
Drops dependency on `regex-applicative-text`.
2025-07-16Add quantified calcs and relax tokenizationadelon
Use an `\iff`-calc to speed up `union_as_unions`. Also remove `in_implies_neq` which seems to interact badly with the choice axiom used by superposition-based proofs like Vampire in cut-down problems.
2024-08-24First atemped to write a new way of local function defintionSimon-Kor
2024-08-12more more way more urysohnSimon-Kor
2024-08-07Created first urysohn formalizationSimon-Kor
2024-05-22Update defaulting for envvaradelon
2024-05-14Update Api.hsadelon
2024-05-07Sketch noun coord, symbols for realsadelon
2024-05-07Sketch lexicon mechanismadelon
2024-02-10Initial commitadelon