Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andrewbastin/lezer-debug
A small playground to build and test Lezer Grammars (wip!)
https://github.com/andrewbastin/lezer-debug
Last synced: 4 days ago
JSON representation
A small playground to build and test Lezer Grammars (wip!)
- Host: GitHub
- URL: https://github.com/andrewbastin/lezer-debug
- Owner: AndrewBastin
- License: mit
- Created: 2022-05-06T17:32:44.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-06-11T17:27:00.000Z (over 2 years ago)
- Last Synced: 2024-10-25T21:16:31.404Z (21 days ago)
- Language: Vue
- Homepage: https://lezer.andrewbast.in
- Size: 58.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Lezer Debug
## Try it live: [lezer.andrewbast.in](https://lezer.andrewbast.in)
A quick utility web app to build and test Lezer Grammars.
I built this to help me build and improve the Lezer grammar for [GraphQL used in Hoppscotch](https://github.com/hoppscotch/hoppscotch/tree/main/packages/codemirror-lang-graphql) (which would also love your contributions!).
## Development
- This project uses [pnpm](https://pnpm.io/) as the package manager. Please make sure to install it.
- [Clone this repo](https://help.github.com/en/articles/cloning-a-repository) with git.
- Install dependencies within the directory that you cloned
```bash
pnpm install
```
- Start the development server
```bash
pnpm run dev
```## LICENSE
This project is licensed under the [MIT License](https://opensource.org/licenses/MIT) - see the [`LICENSE`](https://github.com/AndrewBastin/lezer-debug/blob/main/LICENSE) file for more details