This repository was archived by the owner on Mar 2, 2026. It is now read-only.
v0.0.16
Added
- Feature-gated pipeline operator token (
pipeline_op):- Optional lexer support for tokenizing
|>as a singlePipeGreatertoken behind thepipeline_opCargo feature. - Chunked lexer cross-chunk merge handling for
|at end-of-chunk followed by>at start-of-next-chunk whenpipeline_opis enabled. - Tests for both feature-off (default) and feature-on behavior.
- Optional lexer support for tokenizing
Changed
- Documentation:
- Updated
LANG_SPEC.mdto clarify that|>remains reserved at the language level for post-v0.1 semantics, while lexer tokenization can be feature-enabled. - Updated
compiler/medic_lexer/README.mdto documentpipeline_opand corrected test commands.
- Updated
- Release alignment:
- Bumped workspace crate versions to
v0.0.16.
- Bumped workspace crate versions to