perl-keywords 0.11.0

Canonical Perl keyword inventories and classification helpers
Documentation
  • Coverage
  • 100%
    15 out of 15 items documented0 out of 7 items with examples
  • Size
  • Source code size: 55.61 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.51 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 16s Average build duration of successful builds.
  • all releases: 16s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • EffortlessMetrics/perl-lsp
    0 1 46
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • EffortlessSteven

perl-keywords

Canonical Perl keyword inventories and allocation-free lookup helpers.

Scope

  • Canonical sorted keyword list (KEYWORDS)
  • Sorted callsite-specific keyword buckets used by LSP, DAP, and lexer paths
  • Binary-search helpers for keyword classification

API

  • KEYWORDS
  • is_keyword(token)
  • LSP_COMPLETION_KEYWORDS
  • DAP_COMPLETION_KEYWORDS
  • LSP_RUNTIME_COMPLETION_KEYWORDS
  • RENAME_KEYWORDS
  • PARSER_LSP_KEYWORDS
  • LEXER_KEYWORDS