/TypescriptCalculator

Compile-time number calculator implemented with Typescript's type system

Primary LanguageTypeScript

Introduction

Typescript type system is turing complete.

In theory, Typescript type system can do whatever other programming languages can do.

Here is the demo: A number calculator implemented with Typescirpt Type System (No Js code)

详情请见这篇文章