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 …
☆385Updated 4 months ago
Alternatives and similar repositories for ts-parsec:
Users that are interested in ts-parsec are comparing it to the libraries listed below
- JavaScript parser-combinator library☆295Updated 3 weeks ago
- PEG Parser Generator for TypeScript☆208Updated 6 months ago
- Incremental parsing system☆644Updated 2 months ago
- Script in typescript~☆94Updated 2 years ago
- A simple encoding of higher-kinded types in TypeScript☆212Updated 2 years ago
- TypeScript Language Service Plugin for SQL with a tagged template strings SQL builder.☆180Updated 2 months ago
- A code generator to generate TypeScript code generator from TypeScript code☆387Updated 2 years ago
- Simple Graphviz library for TypeScript.☆167Updated 2 months ago
- A programming language designed for typescript type generation☆419Updated 2 years ago
- Additional types and types adjusted utilities for TypeScript☆392Updated this week
- TypeScript compiler on top of TypeScript as frontend and LLVM as backend☆638Updated 3 years ago
- Optimized TypeScript target for ANTLR 4☆655Updated 11 months ago
- A monadic LL(infinity) parser combinator library for javascript☆1,254Updated 2 years ago
- A typescript transformer / plugin that allows you to write macros for typescript!☆379Updated 7 months ago
- Parser generator for the lezer incremental parser☆169Updated last month
- Generate Algebraic Data Types and pattern matchers☆319Updated 2 years ago
- Parser Combinators in the TypeScript Type System☆85Updated last month
- Typescript Transform Macros☆122Updated 5 years ago
- A JavaScript lezer grammar☆155Updated 3 weeks ago
- Variant types in TypeScript☆186Updated last year
- JSON Parser written entirely in TypeScript's type system☆433Updated 4 years ago
- A type-level library enabling the creation and the manipulation of type constructors which can be detached from their type parameters. Al…☆159Updated last year
- A suite of packages designed to provide low-level APIs for interoperable libraries.☆232Updated last year
- Augment the TypeScript compiler to support extended functionality☆842Updated 5 months ago
- LLVM 9.0+ Node Bindings☆187Updated 2 years ago
- Monorepo of typescript projects☆151Updated 5 months ago
- Oniguruma regex library on the web using WebAssembly☆174Updated 2 years ago
- Plugin for pegjs to generate TypeScript parsers.☆159Updated 3 months ago
- Perform Type Level arithmetic in TypeScript☆115Updated 2 years ago
- A type-level Brainfuck interpreter in TypeScript☆180Updated 2 months ago