backyard-parser 0.1.10

Parse PHP code to AST node.
Documentation
---
source: crates/backyard-parser/tests/ternary.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: ternary
      condition:
        node_type: boolean
        is_true: false
        loc:
          start:
            line: 1
            column: 5
            offset: 5
          end:
            line: 1
            column: 5
            offset: 5
        leadings: ~
        trailings: ~
      valid:
        node_type: number
        value:
          - 49
        loc:
          start:
            line: 1
            column: 13
            offset: 13
          end:
            line: 1
            column: 13
            offset: 13
        leadings: ~
        trailings: ~
      invalid:
        node_type: number
        value:
          - 50
        loc:
          start:
            line: 1
            column: 17
            offset: 17
          end:
            line: 1
            column: 17
            offset: 17
        leadings: ~
        trailings: ~
      loc:
        start:
          line: 1
          column: 11
          offset: 11
        end:
          line: 1
          column: 17
          offset: 17
      leadings: ~
      trailings: ~
    loc:
      start:
        line: 1
        column: 3
        offset: 3
      end:
        line: 1
        column: 17
        offset: 17
    leadings: ~
    trailings: ~
loc:
  start:
    line: 1
    column: 0
    offset: 0
  end:
    line: 1
    column: 18
    offset: 18
leadings: ~
trailings: ~