Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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!)

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