Add a Name Binding repo.
Chris Pressey
9 months ago
17 | 17 |
|
18 | 18 |
<!-- TOTALS -->
|
19 | 19 |
|
20 | |
Currently it consists of **609** web pages, **80** repositories, **166** papers, and **175** books in **96** topics.
|
|
20 |
Currently it consists of **609** web pages, **81** repositories, **166** papers, and **175** books in **96** topics.
|
21 | 21 |
Of these, [**107** have the highest rating](by-rating/Top-rated.md),
|
22 | 22 |
[**32** are considered classics](by-rating/Classic.md),
|
23 | 23 |
[**59** are considered very interesting](by-rating/Very%20Interesting.md),
|
17 | 17 |
|
18 | 18 |
[bacam/sato-maps-agda](https://github.com/bacam/sato-maps-agda)
|
19 | 19 |
|
|
20 |
[jsiek/abstract-binding-trees: Abstract binding trees (abstract syntax trees plus binders), as a library in Agda](https://github.com/jsiek/abstract-binding-trees)
|
|
21 |
|
20 | 22 |
### Papers
|
21 | 23 |
|
22 | 24 |
Foundational Aspects of Syntax (online @ [web.archive.org](https://web.archive.org/web/20240304215325/https://www.lix.polytechnique.fr/Labo/Dale.Miller/papers/lambda-trees.pdf))
|
22 | 22 |
* license: No license specified
|
23 | 23 |
|
24 | 24 |
.
|
|
25 |
|
|
26 |
### jsiek/abstract-binding-trees: Abstract binding trees (abstract syntax trees plus binders), as a library in Agda
|
|
27 |
|
|
28 |
* url: https://github.com/jsiek/abstract-binding-trees
|
|
29 |
* license: No license specified
|
|
30 |
|
|
31 |
.
|
242 | 242 |
* rating: 1
|
243 | 243 |
|
244 | 244 |
See also the associated paper. TODO: add that paper!
|
|
245 |
|
|
246 |
### jsiek/abstract-binding-trees: Abstract binding trees (abstract syntax trees plus binders), as a library in Agda
|
|
247 |
|
|
248 |
* rating: 1
|
|
249 |
|
|
250 |
Mostly for the write-up, which, although written in Agda and thus cast in type theory,
|
|
251 |
makes a few points about ABTs.
|