Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/singleware/parsing
- Owner: Singleware
- License: mit
- Created: 2019-04-08T16:30:24.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-04-26T02:25:05.000Z (over 5 years ago)
- Last Synced: 2024-08-09T22:51:30.338Z (3 months ago)
- Topics: browser, javascript, lexical-analysis, nodejs, parsing, syntactic-analysis, typescript
- Language: TypeScript
- Size: 177 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)