0.1.2 • Published 2 years ago
codemirror-lang-quick-planner v0.1.2
codemirror-lang-quick-planner
This package implements a CodeMirror Lezer parser for the Quick Planner language, designed for quickly and easily writing routines.
API Reference
Development
- Begin by installing dependencies with
npm install. - Enhance the grammar located in
src/syntax.grammarto better suit your language's needs. Refer to the Lezer system guide for insights into this file format. - Modify the metadata in
src/index.tsto seamlessly integrate with your upgraded grammar. - Tailor the grammar tests in
test/cases.txtto validate and accommodate your enhancements. - Execute the build process using
npm run prepare, followed by running tests usingnpm test.
Elevate your proficiency through practical exercises using Lezer Playground.