Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/neo4j-devtools/lambda-parser
https://github.com/neo4j-devtools/lambda-parser
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/neo4j-devtools/lambda-parser
- Owner: neo4j-devtools
- License: apache-2.0
- Created: 2019-08-21T08:49:05.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-07-12T02:46:19.000Z (over 1 year ago)
- Last Synced: 2024-11-17T10:56:07.183Z (2 months ago)
- Language: HTML
- Size: 937 KB
- Stars: 0
- Watchers: 5
- Forks: 2
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# lambda-parser
## Installation
```
$ nvm use && npm ci
```## Testing
```
$ npm test
```## Debug
```
$ npm run debug
```## Play around
https://omrelli.ug/nearley-playground/**Note**, you'll need to remove the line with `@preprocessor esmodule` from the grammar when loading it into the playground.
## Generate railroad
```
$ npm run railroad
```## View railroad
http://htmlpreview.github.io/?https://github.com/neo4j-devtools/lambda-parser/blob/master/railroad.html