A toy interpreter implemented with TypeScript's type system (see type-toc
folder).
As a comparison, one was also implemented directly in TypeScript(see
ts-toc
folder).
👉 Click here to go to ts-playground and try it out!
see Toc Grammar
see Type gymnastics: Implementing a C-style language interpreter
中文文档: 类型体操之实现一个类C风格语言的解释器
- Code: MIT
- Note: CC BY-NC-SA 4.0