Try it live: 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 (which would also love your contributions!).
- This project uses pnpm as the package manager. Please make sure to install it.
- Clone this repo with git.
- Install dependencies within the directory that you cloned
pnpm install
- Start the development server
pnpm run dev
This project is licensed under the MIT License - see the LICENSE
file for more details