0.4.1-alpha.1 • Published 2 years ago

@ts-jison/parser v0.4.1-alpha.1

Weekly downloads
162
License
MIT
Repository
-
Last release
2 years ago

@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
0.4.1-alpha.1

2 years ago

0.3.0

3 years ago

0.2.2

3 years ago

0.2.1

4 years ago

0.1.0

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.3

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.2

4 years ago