Skip to content

Commit f30ee91

Browse files
committed
deno fmt
1 parent e613306 commit f30ee91

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ An implementation of a parser, evaluator, printer, and visualizer for
55

66
## Project Dependencies
77

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/)
1111

1212
## Artifacts
1313

14-
* [JSR](https://jsr.io/@maxdeliso/typed-ski)
14+
- [JSR](https://jsr.io/@maxdeliso/typed-ski)
1515

1616
## Testing
1717

@@ -25,20 +25,20 @@ deno run --allow-read --allow-run scripts/test.ts
2525

2626
### Books
2727

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)
3131

3232
### Papers
3333

34-
* D. A. Turner, "A new implementation technique for applicative languages,"
34+
- D. A. Turner, "A new implementation technique for applicative languages,"
3535
_Software: Practice and Experience_, vol. 9, no. 1, pp. 31-49, 1979. DOI:
3636
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
3838
combinator reduction," in _Proceedings of the 1984 ACM Symposium on LISP and
3939
Functional Programming_ (LFP '84), ACM, New York, NY, USA, pp. 159-166, 1984.
4040
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
4242
alloc," _ACM SIGPLAN Notices_, vol. 27, no. 3, pp. 24-34, 1992. DOI:
4343
10.1145/130854.130858
4444

0 commit comments

Comments
 (0)