microsoft / ts-parsecLinks
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 …
☆408Updated last year
Alternatives and similar repositories for ts-parsec
Users that are interested in ts-parsec are comparing it to the libraries listed below
Sorting:
- PEG Parser Generator for TypeScript☆216Updated 2 months ago
- JavaScript parser-combinator library☆314Updated 3 months ago
- Incremental parsing system☆682Updated 2 weeks ago
- Script in typescript~☆95Updated 2 years ago
- A programming language designed for typescript type generation☆422Updated 3 years ago
- A code generator to generate TypeScript code generator from TypeScript code☆392Updated 2 years ago
- A typescript transformer / plugin that allows you to write macros for typescript!☆409Updated last year
- 🌳 A tiny language interpreter implemented purely in TypeScript's type-system☆310Updated 5 years ago
- TypeScript compiler on top of TypeScript as frontend and LLVM as backend☆653Updated 4 years ago
- Plugin for pegjs to generate TypeScript parsers.☆162Updated last year
- TypeScript Language Service Plugin for SQL with a tagged template strings SQL builder.☆189Updated 11 months ago
- Collection of wonderful TypeScript type gymnastics code snippets.☆381Updated last year
- Augment the TypeScript compiler to support extended functionality☆929Updated last year
- A type-level Brainfuck interpreter in TypeScript☆180Updated last month
- A monadic LL(infinity) parser combinator library for javascript☆1,267Updated 2 years ago
- Peggy: Parser generator for JavaScript☆1,148Updated last month
- Simple Graphviz library for TypeScript.☆192Updated this week
- A repo containing notes about the TypeScript Compiler codebase☆693Updated 2 years ago
- Parser generator for the lezer incremental parser☆186Updated last month
- Rimbu is a TypeScript library focused on immutable, performant, and type-safe collections and other tools.☆139Updated this week
- Optimized TypeScript target for ANTLR 4☆674Updated last year
- Emits Typescript metadata for use at runtime☆222Updated 10 months ago
- Additional types and types adjusted utilities for TypeScript☆406Updated this week
- Typescript Transform Macros☆122Updated 6 years ago
- String parser combinators for TypeScript☆199Updated 2 years ago
- Type-safe, ergonomic, polymorphic optics for TypeScript☆896Updated 9 months ago
- An ergonomic typescript compiler that enables typesafe syntactic macros.☆227Updated 4 years ago
- ✨Zero Dependency Parser Combinator Library for JS Based on Haskell's Parsec☆575Updated last year
- A suite of packages designed to provide low-level APIs for interoperable libraries.☆234Updated 2 years ago
- A reasonably fast in-memory B+ tree with a powerful API based on the standard Map. Small minified. Well documented.☆239Updated last month