willowtreeapps / wist

A linter for BrightScript
Apache License 2.0
43 stars 11 forks source link

Parse error on dim statements #110

Closed nishtahir closed 6 years ago

nishtahir commented 6 years ago

Sample

function test()
    dim value[99] ' error
end function