Module noml_parser

Module noml_parser 

Source
Expand description

§NOML Format Parser

Integration with the NOML library for advanced configuration features. This parser leverages the full NOML library to provide:

  • Environment variable resolution
  • File includes
  • Variable interpolation
  • Native types (@size, @duration, etc.)
  • Format preservation for round-trip editing

Functions§

parse
Parse NOML format configuration using the noml library
parse_with_preservation
Parse NOML with format preservation for round-trip editing