Skip to content

lezer-parser/website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.