backyard-parser 0.1.10

Parse PHP code to AST node.
Documentation
---
source: crates/backyard-parser/tests/class.rs
expression: asts
snapshot_kind: text
---
node_type: program
children:
  - node_type: assignment
    left:
      node_type: variable
      name:
        node_type: identifier
        name:
          - 97
        loc:
          start:
            line: 1
            column: 0
            offset: 0
          end:
            line: 1
            column: 1
            offset: 1
        leadings: ~
        trailings: ~
      loc:
        start:
          line: 1
          column: 0
          offset: 0
        end:
          line: 1
          column: 1
          offset: 1
      leadings: ~
      trailings: ~
    operator: Default
    right:
      node_type: new
      statement:
        node_type: anonymous_class
        parameters:
          - node_type: variable
            name:
              node_type: identifier
              name:
                - 98
              loc:
                start:
                  line: 1
                  column: 15
                  offset: 15
                end:
                  line: 1
                  column: 16
                  offset: 16
              leadings: ~
              trailings: ~
            loc:
              start:
                line: 1
                column: 15
                offset: 15
              end:
                line: 1
                column: 16
                offset: 16
            leadings: ~
            trailings: ~
        extends:
          node_type: identifier
          name:
            - 66
          loc:
            start:
              line: 1
              column: 27
              offset: 27
            end:
              line: 1
              column: 28
              offset: 28
          leadings: ~
          trailings: ~
        implements:
          - node_type: identifier
            name:
              - 67
            loc:
              start:
                line: 1
                column: 40
                offset: 40
              end:
                line: 1
                column: 41
                offset: 41
            leadings: ~
            trailings: ~
          - node_type: identifier
            name:
              - 68
            loc:
              start:
                line: 1
                column: 43
                offset: 43
              end:
                line: 1
                column: 44
                offset: 44
            leadings: ~
            trailings: ~
        body:
          node_type: block
          statements: []
          loc:
            start:
              line: 1
              column: 45
              offset: 45
            end:
              line: 2
              column: 0
              offset: 47
          leadings: ~
          trailings: ~
        loc:
          start:
            line: 1
            column: 9
            offset: 9
          end:
            line: 2
            column: 0
            offset: 47
        leadings: ~
        trailings: ~
      loc:
        start:
          line: 1
          column: 5
          offset: 5
        end:
          line: 2
          column: 0
          offset: 47
      leadings: ~
      trailings: ~
    loc:
      start:
        line: 1
        column: 3
        offset: 3
      end:
        line: 2
        column: 0
        offset: 47
    leadings: ~
    trailings: ~
loc:
  start:
    line: 1
    column: 0
    offset: 0
  end:
    line: 2
    column: 0
    offset: 47
leadings: ~
trailings: ~