microsoft / ts-parsec
Writing a custom parser is a fairly common need. Although there are already parser combinators in others languages, TypeScript provides a powerful and well-structured foundation for building this. Common parser combinators’ weakness are error handling and ambiguity resolving, but these are ts-parsec’s important features. Additionally, ts-parsec …
☆357Updated 11 months ago
Related projects ⓘ
Alternatives and complementary repositories for ts-parsec
- JavaScript parser-combinator library☆274Updated 3 months ago
- PEG Parser Generator for TypeScript☆196Updated 2 weeks ago
- TypeScript Language Service Plugin for SQL with a tagged template strings SQL builder.☆176Updated 5 months ago
- A simple encoding of higher-kinded types in TypeScript☆213Updated last year
- A typescript transformer / plugin that allows you to write macros for typescript!☆353Updated last month
- Incremental parsing system☆622Updated 3 months ago
- Rimbu is a TypeScript library focused on immutable, performant, and type-safe collections and other tools.☆132Updated this week
- TypeScript compiler on top of TypeScript as frontend and LLVM as backend☆631Updated 2 years ago
- An ergonomic typescript compiler that enables typesafe syntactic macros.☆218Updated 3 years ago
- A repo containing notes about the TypeScript Compiler codebase☆621Updated last year
- A code generator to generate TypeScript code generator from TypeScript code☆387Updated last year
- 🌳 A tiny language interpreter implemented purely in TypeScript's type-system☆291Updated 4 years ago
- Plugin for pegjs to generate TypeScript parsers.☆152Updated 2 weeks ago
- Script in typescript~☆93Updated last year
- Augment the TypeScript compiler to support extended functionality☆768Updated this week
- Advanced TypeScript runtime reflection system☆342Updated last year
- Generate Algebraic Data Types and pattern matchers☆317Updated last year
- Additional types and types adjusted utilities for TypeScript☆379Updated this week
- JSON Parser written entirely in TypeScript's type system☆432Updated 4 years ago
- Parser generator for the lezer incremental parser☆156Updated 2 months ago
- Monorepo of typescript projects☆151Updated 9 months ago
- A programming language designed for typescript type generation☆416Updated 2 years ago
- Typescript Transform Macros☆122Updated 5 years ago
- Collection of wonderful TypeScript type gymnastics code snippets.☆366Updated 3 years ago
- Javascript Generalized Parser Combinators☆145Updated 5 months ago
- A suite of packages designed to provide low-level APIs for interoperable libraries.☆217Updated last year
- A monadic LL(infinity) parser combinator library for javascript☆1,237Updated last year
- A buildbot for browser & Node.js builds of Binaryen, a compiler infrastructure and toolchain library for WebAssembly.☆362Updated this week
- Static and runtime type assertion library with no dependencies☆266Updated 7 months ago
- Type-level Brainfuck interpreter in TypeScript☆169Updated this week