Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kazu728/type-checker
https://github.com/kazu728/type-checker
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/kazu728/type-checker
- Owner: kazu728
- Created: 2024-06-04T12:08:29.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-12-08T07:59:26.000Z (about 2 months ago)
- Last Synced: 2024-12-08T08:26:03.484Z (about 2 months ago)
- Language: Rust
- Size: 35.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Type checker
Implementations of TS type checker referenced in
https://jaked.org/blog/2021-09-07-Reconstructing-TypeScript-part-0## Features
- [x] Primitive types
- [x] Object types
- [x] Function types
- [x] Subtyping
- [x] Singletons
- [x] Operators
- [x] Union
- [ ] Intersection
- [ ] Narrowing