vb6parse 1.0.1

vb6parse is a library for parsing and analyzing VB6 code, from projects, to controls, to modules, and forms.
Documentation
---
source: src/syntax/library/functions/string/formatpercent.rs
expression: tree
---
root:
  kind: Root
  children:
    - kind: Identifier
      text: MsgBox
    - kind: Whitespace
      text: " "
    - kind: Unknown
      text: "\"Growth: \""
    - kind: Whitespace
      text: " "
    - kind: Unknown
      text: "&"
    - kind: Whitespace
      text: " "
    - kind: Identifier
      text: FormatPercent
    - kind: Unknown
      text: (
    - kind: Unknown
      text: (
    - kind: Identifier
      text: currentValue
    - kind: Whitespace
      text: " "
    - kind: Unknown
      text: "-"
    - kind: Whitespace
      text: " "
    - kind: Identifier
      text: previousValue
    - kind: Unknown
      text: )
    - kind: Whitespace
      text: " "
    - kind: Unknown
      text: /
    - kind: Whitespace
      text: " "
    - kind: Identifier
      text: previousValue
    - kind: Unknown
      text: ","
    - kind: Whitespace
      text: " "
    - kind: Unknown
      text: "1"
    - kind: Unknown
      text: )