backyard-parser 0.1.10

Parse PHP code to AST node.
Documentation
---
source: crates/backyard-parser/tests/call.rs
expression: asts
snapshot_kind: text
---
node_type: program
children:
  - node_type: call
    name:
      node_type: parenthesis
      statement:
        node_type: arrow_function
        is_ref: false
        parameters: []
        return_type: ~
        body:
          node_type: number
          value:
            - 53
          loc:
            start:
              line: 1
              column: 9
              offset: 9
            end:
              line: 1
              column: 9
              offset: 9
          leadings: ~
          trailings: ~
        loc:
          start:
            line: 1
            column: 1
            offset: 1
          end:
            line: 1
            column: 9
            offset: 9
        leadings: ~
        trailings: ~
      loc:
        start:
          line: 1
          column: 0
          offset: 0
        end:
          line: 1
          column: 10
          offset: 10
      leadings: ~
      trailings: ~
    arguments: []
    loc:
      start:
        line: 1
        column: 11
        offset: 11
      end:
        line: 1
        column: 12
        offset: 12
    leadings: ~
    trailings: ~
loc:
  start:
    line: 1
    column: 0
    offset: 0
  end:
    line: 1
    column: 13
    offset: 13
leadings: ~
trailings: ~