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: about 1 month 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 (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-26T02:25:05.000Z (almost 7 years ago)
- Last Synced: 2025-01-10T23:18:04.095Z (about 1 year 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)