https://github.com/kaelzhang/sumer
(WIP) sumer is a bash AST parser written in pure JavaScript
https://github.com/kaelzhang/sumer
ast bash compiler nodejs parser
Last synced: about 2 months ago
JSON representation
(WIP) sumer is a bash AST parser written in pure JavaScript
- Host: GitHub
- URL: https://github.com/kaelzhang/sumer
- Owner: kaelzhang
- License: other
- Created: 2017-09-15T03:19:04.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-15T08:45:03.000Z (almost 9 years ago)
- Last Synced: 2025-07-13T23:53:19.979Z (12 months ago)
- Topics: ast, bash, compiler, nodejs, parser
- Language: JavaScript
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: HISTORY.md
- License: LICENSE-MIT
Awesome Lists containing this project
README
[](https://travis-ci.org/kaelzhang/sumer)
[](https://codecov.io/gh/kaelzhang/sumer)
# sumer
`sumer` is bash AST parser written in JavaScript.
## Credits
Heavily based on [`acorn`](https://github.com/ternjs/acorn).
## Install
```sh
$ npm install sumer
```
## Usage
```js
import sumer from 'sumer'
const AST = sumer.parse('export PARSER=sumer', options)
```
## License
MIT