This repository contains my experiments on creating a query language for the CodeMirror. It is arranged as a monorepo so that I can easily try new ideas without dealing with infrastructure.
Applications:
- codemirror-lezer — an editor with lezer-defined grammar
Packages:
- ui — a bunch of ui components that are not related to grammar
- Install nodejs version specified in .nvmrc.
- Install pnpm:
npm install -g pnpm@8
- Bootstrap the monorepo:
pnpm install
- Run tests:
pnpm test