Skip to content

Commit 8fbe21d

Browse files
committed
Update README
1 parent 01ab977 commit 8fbe21d

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# compile-time-typescript
22

3-
> Enjoy type-level programming with TypeScript!
3+
Enjoy type-level programming with TypeScript!
44

55
## Installation
66

@@ -28,7 +28,7 @@ $ echo -n "world" | ctts hello.ts
2828
Hello, world!
2929
```
3030

31-
## How It Works
31+
## How it works
3232

3333
When `ctts script.ts` is executed, compile-time-typescript creates a caller like this:
3434

@@ -44,6 +44,10 @@ Then compile-time-typescript type-checks the caller and extracts the type inform
4444

4545
If `Output` is a string literal type, its content is printed. Otherwise, an error occurs.
4646

47-
## Resources
47+
## Where it is used
4848

4949
- [hakatashi/esolang-box](https://github.com/hakatashi/esolang-box) - Easy and standardized docker images for 200+ esoteric (and non-esoteric) languages.
50+
51+
## Resources
52+
53+
- [型レベル TypeScript の esolang としての展望について - Qiita](https://qiita.com/n4o847/items/5fb8e1cfe0344eee599f)

0 commit comments

Comments
 (0)