copybook-lexer 0.4.3

COBOL copybook lexical analysis and tokenization primitives.
Documentation
  • Coverage
  • 100%
    61 out of 61 items documented2 out of 9 items with examples
  • Size
  • Source code size: 52.7 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 654.58 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 18s Average build duration of successful builds.
  • all releases: 18s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • EffortlessMetrics/copybook-rs
    0 0 4
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • EffortlessSteven

SPDX-License-Identifier: AGPL-3.0-or-later

A dedicated lexer microcrate extracted from copybook-core.

This crate owns COBOL copybook tokenization, including:

  • Fixed and free-form preprocessing
  • Continuation handling
  • Tokenization with Logos
  • Position tracking for parser diagnostics

Higher-level parser behavior and semantic checks still live in copybook-core.