Skip to content

chinthliss/codemirror-lang-stringparsing

Repository files navigation

StringParsing language support for CodeMirror

A Lezer grammar module to add support for StringParsing to CoreMirror.

Present limitations:

  • Doesn't look at comparison statements (in if and case) in detail. They're just matched as a single item.
  • For open case comparisons, there needs to be a space after the test. E.g. 'case[[value]> ]'. Without the end space, the final bracket conflicts with ending mathematical operations.

About

Stringparsing language support for Codemirror

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published