vb6semantic 0.1.0

Semantic analysis and symbol table construction for VB6 code
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "references": {
    "OLE Automation": [
      { "name": "vbCr", "kind": "constant", "type": "String" },
      { "name": "vbCrLf", "kind": "constant", "type": "String" },
      { "name": "vbLf", "kind": "constant", "type": "String" },
      { "name": "vbNewLine", "kind": "constant", "type": "String" },
      { "name": "vbNullChar", "kind": "constant", "type": "String" },
      { "name": "vbNullString", "kind": "constant", "type": "String" },
      { "name": "vbTab", "kind": "constant", "type": "String" },
      { "name": "vbBack", "kind": "constant", "type": "String" },
      { "name": "vbFormFeed", "kind": "constant", "type": "String" },
      { "name": "vbVerticalTab", "kind": "constant", "type": "String" },
      { "name": "vbUnicode", "kind": "constant", "type": "Long" },
      { "name": "vbFromUnicode", "kind": "constant", "type": "Long" }
    ]
  }
}