yaml_parser
Semi-tolerant YAML concrete syntax tree parser.
Usage
match parse ;
It produces rowan tree if succeeded. For consuming the tree, see rowan's docs.
If you need to build AST from CST, use ast
module:
let root = cast.unwrap;
dbg!;
Tests
Tests come from official test suite.
License
MIT License
Copyright (c) 2024-present Pig Fang