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 …
☆405Updated 11 months ago
Alternatives and similar repositories for ts-parsec
Users that are interested in ts-parsec are comparing it to the libraries listed below
Sorting:
- JavaScript parser-combinator library☆310Updated 3 weeks ago
- PEG Parser Generator for TypeScript☆213Updated last week
- Incremental parsing system☆672Updated 3 weeks ago
- Script in typescript~☆94Updated 2 years ago
- A programming language designed for typescript type generation☆422Updated 3 years ago
- 🌳 A tiny language interpreter implemented purely in TypeScript's type-system☆304Updated 5 years ago
- Plugin for pegjs to generate TypeScript parsers.☆159Updated 10 months ago
- A suite of packages designed to provide low-level APIs for interoperable libraries.☆234Updated 2 years ago
- Peggy: Parser generator for JavaScript☆1,128Updated 2 months ago
- Collection of wonderful TypeScript type gymnastics code snippets.☆381Updated last year
- A typescript transformer / plugin that allows you to write macros for typescript!☆401Updated last year
- Augment the TypeScript compiler to support extended functionality☆913Updated 11 months ago
- String parser combinators for TypeScript☆199Updated 2 years ago
- TypeScript Language Service Plugin for SQL with a tagged template strings SQL builder.☆188Updated 9 months ago
- TypeScript compiler on top of TypeScript as frontend and LLVM as backend☆650Updated 3 years ago
- Typescript Transform Macros☆122Updated 6 years ago
- A code generator to generate TypeScript code generator from TypeScript code☆392Updated 2 years ago
- A repo containing notes about the TypeScript Compiler codebase☆689Updated 2 years ago
- A type-level Brainfuck interpreter in TypeScript☆180Updated 3 months ago
- Parser generator for the lezer incremental parser☆184Updated 3 weeks ago
- Type-safe, ergonomic, polymorphic optics for TypeScript☆890Updated 6 months ago
- Additional types and types adjusted utilities for TypeScript☆404Updated last week
- Optimised tokenizer/lexer generator! 🐄 Uses /y for performance. Moo.☆872Updated 2 years ago
- ✨Zero Dependency Parser Combinator Library for JS Based on Haskell's Parsec☆575Updated last year
- A monadic LL(infinity) parser combinator library for javascript☆1,268Updated 2 years ago
- A simple encoding of higher-kinded types in TypeScript☆212Updated 2 years ago
- TypeScript to LLVM compiler (abandoned)☆293Updated 6 years ago
- Rimbu is a TypeScript library focused on immutable, performant, and type-safe collections and other tools.☆139Updated this week
- Advanced TypeScript runtime reflection system☆359Updated 5 months ago
- An ergonomic typescript compiler that enables typesafe syntactic macros.☆226Updated 4 years ago