/ts-peg

Type-safe Parsing Expression Grammar (PEG) parser generator for TypeScript

Primary LanguageTypeScriptMIT LicenseMIT

@sounisi5011/ts-peg

License: MIT Supported Node.js version: >=10.14.2 <11.0.0 || 12.x || 13.x Type Definitions: TypeScript Dependencies Status Build Status Maintainability Status

Type-safe Parsing Expression Grammar (PEG) parser generator for TypeScript.

Install

WIP

Usage

TODO

Grammar Syntax and Semantics

TODO

Tests

To run the test suite, first install the dependencies, then run npm test:

npm install
npm test

Contributing

see CONTRIBUTING.md

Related