PaulSquires / WinFBE

FreeBASIC Editor and Visual Designer for Windows
https://www.planetsquires.com
GNU General Public License v3.0
152 stars 39 forks source link

Correction of code parsing error #5

Closed skyfish4tb closed 6 years ago

skyfish4tb commented 6 years ago

Correction of code parsing error: 1, Some names is wrong when analyzing variables. 2, analyze the name error when enumerating type "ENUM". 3, analyze the name error of array variable "REDIM XXXX XXXX". 4, the line number error is analyzed when the parameters of the function are taken.