Plugin for pegjs to generate TypeScript parsers.
-
Updated
Jan 22, 2025 - TypeScript
A grammar describes the syntax of a programming language, and might be defined in Backus-Naur form (BNF). A lexer performs lexical analysis, turning text into tokens. A parser takes tokens and builds a data structure like an abstract syntax tree (AST). The parser is concerned with context: does the sequence of tokens fit the grammar? A compiler is a combined lexer and parser, built for a specific grammar.
Plugin for pegjs to generate TypeScript parsers.
lightweight typescript compiler
The next generation of ANTLR, a powerful parser generator for reading, processing, executing, or translating structured text or binary files.
A LALR(1)/LL(1)/LL(K) parser generator for javascript/typescript
Simple, transparent parser combinators toolkit that supports any tokens
✨🚀 DataAnalyzer.app - Convert JSON/CSV to Typed Data Interfaces - Automatically!
A react style parser generator based on PEG.js
Derivatives-based regexp to DFA compiler
tibu is a low fuss high fun PEG parser generator/DSL written in TypeScript
A typescript & Node.js implemented compiler front-end project includes CLR parser generator.
A set of tools that includes a new programming language to generate lexers and parsers for other languages.
Parser combinators for TypeScript - with BBNF (Better Backus–Naur Form).
A slightly better version of peggyjs online tool
Fast JavaScript/TypeScript LR(1) parser generator
A simple parser combinator library for expressions and domain specific languages, written in Typescript
Discord management bot based on custom, domain-specific command langauge
Python Tools for Scanning, Parsing, Semantic Analysis, and Code Generation.
Zero configuration parser generator that just works.
typescript parser generator using chevrotain