File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 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
2828Hello, world!
2929```
3030
31- ## How It Works
31+ ## How it works
3232
3333When ` 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
4545If ` 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 )
You can’t perform that action at this time.
0 commit comments