oak-valkyrie 0.0.11

High-performance incremental Valkyrie parser for the oak ecosystem with flexible configuration.
Documentation
{
  "success": true,
  "node_count": 8,
  "ast_structure": {
    "kind": "ValkyrieRoot",
    "children": [
      {
        "kind": "ExpressionStatement",
        "children": [
          {
            "kind": "IdentifierExpression",
            "children": [
              {
                "kind": "Leaves(2)",
                "children": [],
                "text_length": 4,
                "is_leaf": true
              }
            ],
            "text_length": 4,
            "is_leaf": false
          }
        ],
        "text_length": 4,
        "is_leaf": false
      },
      {
        "kind": "ExpressionStatement",
        "children": [
          {
            "kind": "IdentifierExpression",
            "children": [
              {
                "kind": "Leaves(1)",
                "children": [],
                "text_length": 9,
                "is_leaf": true
              }
            ],
            "text_length": 9,
            "is_leaf": false
          },
          {
            "kind": "Leaves(1)",
            "children": [],
            "text_length": 1,
            "is_leaf": true
          }
        ],
        "text_length": 10,
        "is_leaf": false
      }
    ],
    "text_length": 14,
    "is_leaf": false
  },
  "errors": []
}