mattiamanzati / typelevel-interpreterLinks
Language and working Interpreter using only TypeScript types (no JavaScript either written or emitted)
☆36Updated 7 years ago
Alternatives and similar repositories for typelevel-interpreter
Users that are interested in typelevel-interpreter are comparing it to the libraries listed below
Sorting:
- Transform your async function to be run concurrently much as possible☆23Updated last year
- TypeScript code generation from a haskell-like syntax for ADT. Playground:☆107Updated 5 years ago
- Computational environments and effects for TypeScript☆60Updated 2 years ago
- Pattern matching in TS with Record Patterns, Type Patterns, type inference and more☆68Updated 4 years ago
- A tagged unions code generation library for discriminating tastes☆43Updated 2 years ago
- WIP Search TypeScript functions and methods by types☆86Updated 2 years ago
- A polyfill of unknown that works with legacy typescript versions (before 3.0)☆29Updated 6 years ago
- SumTypes in TypeScript☆30Updated 2 years ago
- A Higher-Kinded-Types encoding for TypeScript w/ Composable Typeclasses☆45Updated 2 years ago
- Algebraic graphs implementation in TypeScript☆133Updated 2 years ago
- Functional programming tools: option, either, task, state, optics, etc.☆21Updated 4 years ago
- Bring type level information to value level.☆19Updated 11 months ago
- An algebraic effects library for javascript and typescript using generators☆76Updated last year
- Algebraic Effects in Javascript☆48Updated 2 years ago
- Code samples that scale☆108Updated this week
- A functional programming library designed to simplify building complex regular expressions☆92Updated 2 years ago
- ADT sum type in typescript☆70Updated 2 years ago
- Algebraic effects in javascript with scoped handlers, multishot delimited continuations, stack safety, do notation and higher-order effec…☆105Updated 2 years ago
- Powerful recursive Typescript types for `pipe` and `compose`☆29Updated 6 years ago
- 🦸 λΔ providing super powers to Typescript.☆44Updated last year
- Fast explicit tail calls. In today's JavaScript!☆109Updated last year
- Small utility library containing functions, monads and other fun stuff.☆69Updated 4 years ago
- A react style parser generator based on PEG.js