Skip to content

Commit cda9e49

Browse files
committed
add topology to build assets
1 parent aa8b875 commit cda9e49

File tree

3 files changed

+10
-8
lines changed

3 files changed

+10
-8
lines changed

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ Features
5252
* Infinitesimal Shape Modality (de Rham Stack)
5353
* Parser in 80 LOC
5454
* Lexer in 80 LOC
55+
* Small Kernel in 1000 LOC
5556
* UTF-8 support including universe levels
5657
* Lean syntax for ΠΣW
5758
* Poor man's records as Σ with named accessors to telescope variables
@@ -88,7 +89,7 @@ hcomp A (∂ r) (λ (j : I), [(r = 1) → u j 1=1, (r = 0) → ouc u₀]) (ouc u
8889
```
8990

9091
```shell
91-
$ anders check library/book.anders
92+
$ anders check lib/book.anders
9293
```
9394

9495
MLTT
@@ -138,14 +139,14 @@ Infinitesimal Modality was added for direct support of Synthetic Differential Ge
138139
Benchmarks
139140
----------
140141

141-
Intel i5-12400.
142+
Intel i5-12400. Compilation under second, full library type check under 1/3 of a second.
142143

143144
```
144145
$ time dune build
145146
146-
real 0m0.985s
147-
user 0m1.917s
148-
sys 0m0.570s
147+
real 0m0.796s
148+
user 0m1.912s
149+
sys 0m0.416s
149150
```
150151

151152
```
@@ -205,7 +206,8 @@ anders.groupoid.space/mathematics/
205206
│ ├── homology/
206207
│ └── algebra/
207208
├── analysis/
208-
│   └── real/
209+
│ ├── real/
210+
│ └── topology/
209211
├── categories/
210212
│   ├── abelian/
211213
│   ├── category/

doc/anders.pdf

-1 Bytes
Binary file not shown.

doc/anders.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ \section{Introduction}
6464
\end{table}
6565

6666
Anders is fast, idiomatic and educational (think of optimized Mini-TT). We carefully draw the favourite Lean-compatible
67-
syntax to fit 200 LOC in Menhir. The CHM kernel is 1K LOC. Whole Anders compiles under 2
68-
seconds and checks all the base library under 1 second [i7-8700]. Anders proof assistant
67+
syntax to fit 200 LOC in Menhir. The CHM kernel is 1K LOC. Whole Anders compiles under 1
68+
second and checks all the base library under 1/3 of a second [i5-12400]. Anders proof assistant
6969
as Homotopy Type System comes with its own Homotopy Library\footnote{\url{https://anders.groupoid.space/lib/}}.
7070

7171
\section{Syntax}

0 commit comments

Comments
 (0)