omena-syntax 0.2.0

CSS-family syntax substrate for the Omena parser stack
Documentation
  • Coverage
  • 0.22%
    1 out of 446 items documented0 out of 17 items with examples
  • Size
  • Source code size: 33.39 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.49 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 5s Average build duration of successful builds.
  • all releases: 8s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • omenien/omena-css
    2 0 1
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • yongsk0066

omena-syntax

omena-syntax is the phase-alpha syntax substrate for the Omena CSS parser stack.

It intentionally does not parse source text yet. The crate defines the shared syntax-kind ranges, CST bridge, and semantic vocabulary that later parser, semantic, resolver, LSP, and checker layers must consume instead of inventing their own local node/token taxonomies.

Current scope:

  • Range-divided SyntaxKind values for CSS, SCSS, Sass, and Less.
  • cstree raw-kind conversion and typed node/token aliases.
  • Parser CST equivalence contract consumed by omena-parser.
  • Shared SymbolKind, ScopeKind, and ReferenceKind enums.
  • Bogus-node superset for lossless error recovery.