0.1.2 • Published 1 year 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.grammar
to better suit your language's needs. Refer to the Lezer system guide for insights into this file format. - Modify the metadata in
src/index.ts
to seamlessly integrate with your upgraded grammar. - Tailor the grammar tests in
test/cases.txt
to 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.