@ts-jison/parser
TypeScript icon, indicating that this package has built-in type declarations

0.4.1-alpha.1 • Public • Published

@ts-jison/parser:

A lightly-typescriptified API for creating parsers in JavaScript

A lexical analyzer generator used by @ts-jison/lexer-generator.

This has been factored from Zach Carter zach@carter.name's jison-lex module.

Installation

You probably don't need to install this file as it is included as a dependency in the ouput of @ts-jison/parser-generator and @ts-jison/lexer-generator.

Status:

This works (I'm using it in a few javascript and typescritp projects) and runs the original tests. If you want to geek about this, ping ericP on discord or ericprud on gitter.

Components:

  • parser-generator - A lightly-typescriptified version of jison
  • lexer-generator - A lightly-typescriptified version of jison-lex
  • parser - runtime library for parsers
  • lexer - runtime library for lexers
  • common - functions needed by parser and lexer

Dependencies (2)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i @ts-jison/parser

    Weekly Downloads

    3,992

    Version

    0.4.1-alpha.1

    License

    MIT

    Unpacked Size

    46.5 kB

    Total Files

    9

    Last publish

    Collaborators

    • ericprud