Skip to content

Commit e613306

Browse files
committed
update readme
1 parent ac62772 commit e613306

File tree

1 file changed

+22
-11
lines changed

1 file changed

+22
-11
lines changed

README.md

Lines changed: 22 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,17 @@
11
# SKI in TS
22

3-
An implementation of a parser, evaluator, printer, and visualizer for the
4-
[SKI](https://en.wikipedia.org/wiki/SKI_combinator_calculus) combinators in
5-
[TypeScript](https://www.typescriptlang.org/).
3+
An implementation of a parser, evaluator, printer, and visualizer for
4+
[SKI](https://en.wikipedia.org/wiki/SKI_combinator_calculus).
5+
6+
## Project Dependencies
7+
8+
* [TypeScript](https://www.typescriptlang.org/)
9+
* [Deno](https://deno.com/)
10+
* [AssemblyScript](https://www.assemblyscript.org/)
11+
12+
## Artifacts
13+
14+
* [JSR](https://jsr.io/@maxdeliso/typed-ski)
615

716
## Testing
817

@@ -12,22 +21,24 @@ Run the test suite:
1221
deno run --allow-read --allow-run scripts/test.ts
1322
```
1423

15-
## Books
24+
## Works Referenced
25+
26+
### Books
1627

17-
- [Combinators: A Centennial View, Stephen Wolfram](https://www.amazon.com/dp/1579550436)
18-
- [To Mock a Mockingbird, Raymond Smullyan](https://www.amazon.com/dp/0192801422)
19-
- [Combinatory Logic Volume I, Haskell Brooks Curry & Robert Feys](https://www.amazon.com/dp/B0041N5RDC)
28+
* [Combinators: A Centennial View, Stephen Wolfram](https://www.amazon.com/dp/1579550436)
29+
* [To Mock a Mockingbird, Raymond Smullyan](https://www.amazon.com/dp/0192801422)
30+
* [Combinatory Logic Volume I, Haskell Brooks Curry & Robert Feys](https://www.amazon.com/dp/B0041N5RDC)
2031

21-
## Papers
32+
### Papers
2233

23-
- D. A. Turner, "A new implementation technique for applicative languages,"
34+
* D. A. Turner, "A new implementation technique for applicative languages,"
2435
_Software: Practice and Experience_, vol. 9, no. 1, pp. 31-49, 1979. DOI:
2536
10.1002/spe.4380090105
26-
- W. Stoye, T. J. W. Clarke, and A. C. Norman, "Some practical methods for rapid
37+
* W. Stoye, T. J. W. Clarke, and A. C. Norman, "Some practical methods for rapid
2738
combinator reduction," in _Proceedings of the 1984 ACM Symposium on LISP and
2839
Functional Programming_ (LFP '84), ACM, New York, NY, USA, pp. 159-166, 1984.
2940
DOI: 10.1145/800055.802038
30-
- H. G. Baker, "CONS should not CONS its arguments, or, a lazy alloc is a smart
41+
* H. G. Baker, "CONS should not CONS its arguments, or, a lazy alloc is a smart
3142
alloc," _ACM SIGPLAN Notices_, vol. 27, no. 3, pp. 24-34, 1992. DOI:
3243
10.1145/130854.130858
3344

0 commit comments

Comments
 (0)