StructuredData: implement Notation LLSD #34
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Objective
Implement the LLSD notation lexer/parser and serializer with exact escaping and formatting behavior.
Deliverables
Validation
Prerequisite
Milestone 04 supplies implemented value types and the global API/test gates are complete.
Project constraints
Implemented and pushed in commit
2308e55(Implement bounded Notation LLSD codec).Implementation:
Verification:
Final review confirmed all issue deliverables: exact golden escaping and Unicode behavior, compact/formatted output, all scalar/container forms, bounded malformed-input handling, and positional parser context.