https://github.com/neo4j-devtools/lambda-parser
https://github.com/neo4j-devtools/lambda-parser
Last synced: 17 days 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 (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-07-12T02:46:19.000Z (almost 3 years ago)
- Last Synced: 2025-10-04T13:53:20.795Z (8 months ago)
- Language: HTML
- Size: 937 KB
- Stars: 0
- Watchers: 4
- 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