0.1.2 • Published 1 year ago

codemirror-lang-quick-planner v0.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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

  1. Begin by installing dependencies with npm install.
  2. 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.
  3. Modify the metadata in src/index.ts to seamlessly integrate with your upgraded grammar.
  4. Tailor the grammar tests in test/cases.txt to validate and accommodate your enhancements.
  5. Execute the build process using npm run prepare, followed by running tests using npm test.

Elevate your proficiency through practical exercises using Lezer Playground.

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago