https://github.com/mammut-fe/hive-parser
https://github.com/mammut-fe/hive-parser
hive parser
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/mammut-fe/hive-parser
- Owner: Mammut-FE
- License: gpl-3.0
- Created: 2018-12-29T07:36:27.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-21T07:24:30.000Z (over 7 years ago)
- Last Synced: 2025-06-14T11:02:33.303Z (about 1 year ago)
- Topics: hive, parser
- Language: TypeScript
- Size: 38.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# hive-parser
[](https://travis-ci.org/Mammut-FE/hive-parser)
## Install
```
npm i @mammut-fe/hive-parser --save
```
## Usage
```javascript
import { Parser } from '@mammut-fe/hive-parser';
const parser = new Parser();
const node = parser.parse(`use database`);
console.log(node);
```
result
