Sha256: 0478bed6b0859b4fcb2759d7ba6c9586e907b3e11b09afb52e6886009787a0a1

Contents?: true

Size: 1.06 KB

Versions: 4

Compression:

Stored size: 1.06 KB

Contents

---
name: "019"
caption: "Programming language parser"
colorization: "off"
category: "Computer Science"
polyline: "on"
symmetrization: "off"
connector: "bar"
font: "Noto Sans Mono"
reference: "Stuart 2014"
---
```
[##\<statement\>
  [##\<while\>
    [##<>w<>]
    [##<>(<>]
    [##\<expression\>
      [##\<less\-than\>
        [##\<multiply\>
          [##\<term\>
            [##<>v<>]
          ]       
        ]
        [##<>\<<>]
        [##\<less\-than\>
          [##\<multiply\>
            [##\<term\>
              [##<>n<>]
            ]            
          ]
        ]        
      ]
    ]
    [##<>)<>]
    [##<>\{<>]
    [##\<statement\>
      [##\<assign\>
        [##<>v<>]
        [##<>\=<>]
        [##\<\expression\>
          [##\<less\-than\>
            [##\<multiply\>
              [##\<term\>
                [##<>v<>]
              ]
              [##<>\*<>]
              [##\<multiply\>
                [##\<term\>
                  [##<>n<>]
                ]
              ]  
            ]
          ]
        ]
      ]
    ]
    [##<>\}<>]
  ]
]
```

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
rsyntaxtree-1.2.1 docs/_examples/019.md
rsyntaxtree-1.2.0 docs/_examples/019.md
rsyntaxtree-1.1.4 docs/_examples/019.md
rsyntaxtree-1.1.3 docs/_examples/019.md