oak-valkyrie 0.0.11

High-performance incremental Valkyrie parser for the oak ecosystem with flexible configuration.
Documentation
{
  "success": true,
  "node_count": 16,
  "ast_structure": {
    "kind": "ValkyrieRoot",
    "children": [
      {
        "kind": "Micro",
        "children": [
          {
            "kind": "ParameterList",
            "children": [
              {
                "kind": "Leaves(3)",
                "children": [],
                "text_length": 3,
                "is_leaf": true
              }
            ],
            "text_length": 3,
            "is_leaf": false
          },
          {
            "kind": "BlockExpression",
            "children": [
              {
                "kind": "ExpressionStatement",
                "children": [
                  {
                    "kind": "LoopExpression",
                    "children": [
                      {
                        "kind": "BlockExpression",
                        "children": [
                          {
                            "kind": "ExpressionStatement",
                            "children": [
                              {
                                "kind": "BreakExpression",
                                "children": [
                                  {
                                    "kind": "Leaves(1)",
                                    "children": [],
                                    "text_length": 5,
                                    "is_leaf": true
                                  }
                                ],
                                "text_length": 5,
                                "is_leaf": false
                              },
                              {
                                "kind": "Leaves(2)",
                                "children": [],
                                "text_length": 7,
                                "is_leaf": true
                              }
                            ],
                            "text_length": 12,
                            "is_leaf": false
                          },
                          {
                            "kind": "Leaves(4)",
                            "children": [],
                            "text_length": 14,
                            "is_leaf": true
                          }
                        ],
                        "text_length": 26,
                        "is_leaf": false
                      },
                      {
                        "kind": "Leaves(2)",
                        "children": [],
                        "text_length": 5,
                        "is_leaf": true
                      }
                    ],
                    "text_length": 31,
                    "is_leaf": false
                  }
                ],
                "text_length": 31,
                "is_leaf": false
              },
              {
                "kind": "Leaves(3)",
                "children": [],
                "text_length": 8,
                "is_leaf": true
              }
            ],
            "text_length": 39,
            "is_leaf": false
          },
          {
            "kind": "Leaves(3)",
            "children": [],
            "text_length": 10,
            "is_leaf": true
          }
        ],
        "text_length": 52,
        "is_leaf": false
      }
    ],
    "text_length": 52,
    "is_leaf": false
  },
  "errors": []
}