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 …
☆383Updated 3 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 this week
- PEG Parser Generator for TypeScript☆207Updated 5 months ago
- Incremental parsing system☆642Updated last month
- A code generator to generate TypeScript code generator from TypeScript code☆387Updated 2 years ago
- A typescript transformer / plugin that allows you to write macros for typescript!☆374Updated 6 months ago
- ✨Zero Dependency Parser Combinator Library for JS Based on Haskell's Parsec☆567Updated last year
- TypeScript compiler on top of TypeScript as frontend and LLVM as backend☆639Updated 3 years ago
- Augment the TypeScript compiler to support extended functionality☆827Updated 4 months ago
- A programming language designed for typescript type generation☆419Updated 2 years ago
- Parser generator for the lezer incremental parser☆169Updated 2 weeks ago
- Script in typescript~☆94Updated 2 years ago
- Plugin for pegjs to generate TypeScript parsers.☆158Updated 2 months ago
- LLVM 9.0+ Node Bindings☆185Updated 2 years ago
- TypeScript Language Service Plugin for SQL with a tagged template strings SQL builder.☆180Updated last month
- Create AST PEG Parsers from formal grammars in JavaScript☆107Updated last year
- A simple encoding of higher-kinded types in TypeScript☆212Updated 2 years ago
- Generate Algebraic Data Types and pattern matchers☆319Updated 2 years ago
- An ergonomic typescript compiler that enables typesafe syntactic macros.☆221Updated 3 years ago
- Additional types and types adjusted utilities for TypeScript☆389Updated last week
- Typescript Transform Macros☆122Updated 5 years ago
- Universal Syntax Tree used by @unifiedjs☆918Updated 6 months ago
- A monadic LL(infinity) parser combinator library for javascript☆1,251Updated 2 years ago
- Type-safe, ergonomic, polymorphic optics for TypeScript☆844Updated 2 months ago
- A JavaScript lezer grammar☆154Updated 2 months ago
- A type-level Brainfuck interpreter in TypeScript☆179Updated last month
- Javascript Generalized Parser Combinators☆148Updated 3 months ago
- 🌳 A tiny language interpreter implemented purely in TypeScript's type-system☆299Updated 4 years ago
- Emits Typescript metadata for use at runtime☆223Updated last month
- Peggy: Parser generator for JavaScript☆1,041Updated this week
- Optimized TypeScript target for ANTLR 4☆654Updated 11 months ago