Skip to content
This repository was archived by the owner on Apr 15, 2026. It is now read-only.

Latest commit

 

History

History
20 lines (15 loc) · 646 Bytes

File metadata and controls

20 lines (15 loc) · 646 Bytes

This repository has moved to https://code.haverbeke.berlin/lezer/website

Lezer Website

These are the sources for the Lezer website.

The build process requires @lezer/common, @lezer/lr, and @lezer/generator to resolve to the source checkouts of those packages, not just the installed npm packages. At the moment there's no automated way to set that up.

npm install
node src/index.js

This uses getdocs-ts and builddocs to extract types and documentation from the project's source code.