parsers-ts
TypeScript icon, indicating that this package has built-in type declarations

4.5.1 • Public • Published

Parsers-TS

A basic parser library in typescript.

Forked from the Parser Combinators from Scratch YouTube series from the channel Low Level JavaScript.

Documentation coming soon.

Copyright (C) 2020 Speykious

Summary

ParserState

ParserError

Parser

MatchTransformer

ParserStateTransformer

ParserTuple

Parser Combinators

between

choice

join

many

manyJoin

sequenceOf

Parser Creators

str

reg

spaces

word

letters

digits

uint

sint

sfloat

newlines

/parsers-ts/

    Package Sidebar

    Install

    npm i parsers-ts

    Weekly Downloads

    40

    Version

    4.5.1

    License

    GPL-3.0

    Unpacked Size

    43.9 kB

    Total Files

    20

    Last publish

    Collaborators

    • speykious