@@ -5,13 +5,13 @@ An implementation of a parser, evaluator, printer, and visualizer for
5
5
6
6
## Project Dependencies
7
7
8
- * [ TypeScript] ( https://www.typescriptlang.org/ )
9
- * [ Deno] ( https://deno.com/ )
10
- * [ AssemblyScript] ( https://www.assemblyscript.org/ )
8
+ - [ TypeScript] ( https://www.typescriptlang.org/ )
9
+ - [ Deno] ( https://deno.com/ )
10
+ - [ AssemblyScript] ( https://www.assemblyscript.org/ )
11
11
12
12
## Artifacts
13
13
14
- * [ JSR] ( https://jsr.io/@maxdeliso/typed-ski )
14
+ - [ JSR] ( https://jsr.io/@maxdeliso/typed-ski )
15
15
16
16
## Testing
17
17
@@ -25,20 +25,20 @@ deno run --allow-read --allow-run scripts/test.ts
25
25
26
26
### Books
27
27
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 )
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 )
31
31
32
32
### Papers
33
33
34
- * D. A. Turner, "A new implementation technique for applicative languages,"
34
+ - D. A. Turner, "A new implementation technique for applicative languages,"
35
35
_ Software: Practice and Experience_ , vol. 9, no. 1, pp. 31-49, 1979. DOI:
36
36
10.1002/spe.4380090105
37
- * 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
38
38
combinator reduction," in _ Proceedings of the 1984 ACM Symposium on LISP and
39
39
Functional Programming_ (LFP '84), ACM, New York, NY, USA, pp. 159-166, 1984.
40
40
DOI: 10.1145/800055.802038
41
- * 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
42
42
alloc," _ ACM SIGPLAN Notices_ , vol. 27, no. 3, pp. 24-34, 1992. DOI:
43
43
10.1145/130854.130858
44
44
0 commit comments