Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/singleware/parsing

Generic parsing tools for lexical and syntactical analysis.
https://github.com/singleware/parsing

browser javascript lexical-analysis nodejs parsing syntactic-analysis typescript

Last synced: 4 days ago
JSON representation

Generic parsing tools for lexical and syntactical analysis.

Awesome Lists containing this project

README

        

# Parsing

This package provides some classes to help you to create lexical and syntactical analysis.

## Usage

```ts
import * as Parsing from '@singleware/parsing';
```

## Install

Using npm:

```sh
npm i @singleware/parsing
```

## License

[MIT © Silas B. Domingos](https://balmante.eti.br)